Project

General

Profile

Download (753 Bytes) Statistics
| Branch: | Revision:

examples / src / main / res / layout / flatblur2layout.xml @ 9a645457

1 29fdea14 Leszek Koltunski
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:layout_width="fill_parent"
4
    android:layout_height="fill_parent"
5
    android:orientation="vertical" >
6
7
    <org.distorted.examples.flatblur2.FlatBlur2SurfaceView
8
        android:id="@+id/flatblur2SurfaceView"
9
        android:layout_width="fill_parent"
10
        android:layout_height="0dp"
11
        android:layout_weight="1" />
12
13
        <Button
14
                android:id="@+id/flatblur2Button2"
15 9a645457 Leszek Koltunski
                android:text="CRASH"
16
                android:layout_width="match_parent"
17
                android:layout_height="100dp"
18
                android:onClick="crash"
19 29fdea14 Leszek Koltunski
                android:checked="false"/>
20
21
</LinearLayout>