Project

General

Profile

« Previous | Next » 

Revision 99a80c08

Added by Leszek Koltunski over 1 year ago

Minor.

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

  
34
    </LinearLayout>
35

  
21 36
</LinearLayout>

Also available in: Unified diff