Revision 134, 1.5 KB
(checked in by dmyung, 10 months ago)
|
added some secret sections for FormReview? for debug data injection
but for real stuff, added a settings file that's generated on startup for the first time, and is persisted in the settings directory to set a preference for ACK replies for parse and no parse events.
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <LinearLayout |
---|
3 | android:id="@+id/widget48" |
---|
4 | android:layout_width="fill_parent" |
---|
5 | android:layout_height="fill_parent" |
---|
6 | android:orientation="vertical" |
---|
7 | xmlns:android="http://schemas.android.com/apk/res/android" |
---|
8 | > |
---|
9 | <TextView android:id="@+id/TextView02" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/glbsettings_heading" style="?android:attr/listSeparatorTextViewStyle"> |
---|
10 | </TextView> |
---|
11 | |
---|
12 | <CheckBox |
---|
13 | android:id="@+id/glb_chk_parse" |
---|
14 | android:layout_width="fill_parent" |
---|
15 | android:layout_height="wrap_content" |
---|
16 | android:text="@string/glb_chk_parse_text" |
---|
17 | > |
---|
18 | </CheckBox><TextView android:id="@+id/TextView02" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/glbsettings_parse_ack" style="?android:attr/listSeparatorTextViewStyle"> |
---|
19 | </TextView> |
---|
20 | |
---|
21 | |
---|
22 | <EditText android:layout_height="wrap_content" android:layout_width="fill_parent" android:id="@+id/glb_etx_success"></EditText> |
---|
23 | <CheckBox |
---|
24 | android:id="@+id/glb_chk_noparse" |
---|
25 | android:layout_width="fill_parent" |
---|
26 | android:layout_height="wrap_content" |
---|
27 | android:text="@string/glb_chk_noparse_text" |
---|
28 | > |
---|
29 | </CheckBox><TextView android:id="@+id/TextView01" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/glbsettings_noparse_ack" style="?android:attr/listSeparatorTextViewStyle"> |
---|
30 | </TextView> |
---|
31 | |
---|
32 | |
---|
33 | <EditText android:layout_height="wrap_content" android:layout_width="fill_parent" android:id="@+id/glb_etx_failed"></EditText> |
---|
34 | </LinearLayout> |
---|