Project

General

Profile

« Previous | Next » 

Revision 9a645457

Added by Leszek Koltunski over 1 year ago

simplify the crash app.

View differences:

src/main/res/layout/flatblur2layout.xml
10 10
        android:layout_height="0dp"
11 11
        android:layout_weight="1" />
12 12

  
13
    <LinearLayout
14
        android:orientation="horizontal"
15
        android:layout_width="match_parent"
16
        android:layout_height="wrap_content"
17
        android:gravity="center">
18

  
19
        <Button
20
                android:id="@+id/flatblur2Button1"
21
                android:layout_width="0dp"
22
                android:layout_height="match_parent"
23
                android:layout_weight="1"
24
                android:onClick="button1"
25
                android:checked="false"/>
26 13
        <Button
27 14
                android:id="@+id/flatblur2Button2"
28
                android:layout_width="0dp"
29
                android:layout_height="match_parent"
30
                android:layout_weight="1"
31
                android:onClick="button2"
15
                android:text="CRASH"
16
                android:layout_width="match_parent"
17
                android:layout_height="100dp"
18
                android:onClick="crash"
32 19
                android:checked="false"/>
33 20

  
34
    </LinearLayout>
35

  
36 21
</LinearLayout>

Also available in: Unified diff