]>
git.zerfleddert.de Git - ms2-fixes/blob - MS2Debounce/res/layout/main.xml
6eaa06752844de2ce9d5148a89c03d94601dfaba
1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <RelativeLayout xmlns:
android=
"http://schemas.android.com/apk/res/android"
3 android:
layout_width=
"fill_parent"
4 android:
layout_height=
"fill_parent"
7 android:
id=
"@+id/reload"
8 android:
layout_width=
"wrap_content"
9 android:
layout_height=
"wrap_content"
10 android:
layout_marginTop=
"10dip"
11 android:
layout_alignParentLeft=
"true"
12 android:
onClick=
"reloadModule"
13 android:
text=
"Reload" />
15 android:
id=
"@+id/load"
16 android:
layout_below=
"@id/reload"
17 android:
layout_width=
"wrap_content"
18 android:
layout_height=
"wrap_content"
19 android:
layout_alignParentLeft=
"true"
20 android:
onClick=
"loadModule"
21 android:
text=
"Load" />
23 android:
id=
"@+id/unload"
24 android:
layout_width=
"wrap_content"
25 android:
layout_height=
"wrap_content"
26 android:
layout_toRightOf=
"@id/load"
27 android:
layout_alignTop=
"@id/load"
28 android:
onClick=
"unloadModule"
29 android:
text=
"Unload" />
31 android:
id=
"@+id/on_boot"
32 android:
layout_below=
"@id/load"
33 android:
layout_width=
"fill_parent"
34 android:
layout_height=
"wrap_content"
35 android:
text=
"Load module on boot" />
37 android:
id=
"@+id/text"
38 android:
layout_below=
"@id/on_boot"
39 android:
layout_width=
"fill_parent"
40 android:
layout_height=
"fill_parent"