Best Android App InstaSquare Lite for full-size publication of photos in Instagram, Facebook, Twitter. Run the android application on PC. You can through the android emulator Droid4X.

root/trunk/rapidandroid/org.rapidandroid/res/layout/global_settings.xml @ 134

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
3android:id="@+id/widget48"
4android:layout_width="fill_parent"
5android:layout_height="fill_parent"
6android:orientation="vertical"
7xmlns: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
13android:id="@+id/glb_chk_parse"
14android:layout_width="fill_parent"
15android:layout_height="wrap_content"
16android: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
24android:id="@+id/glb_chk_noparse"
25android:layout_width="fill_parent"
26android:layout_height="wrap_content"
27android: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>
Note: See TracBrowser for help on using the browser.