diff options
Diffstat (limited to 'main/res/layout/init.xml')
| -rw-r--r-- | main/res/layout/init.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/main/res/layout/init.xml b/main/res/layout/init.xml index 289e276..28e0a3c 100644 --- a/main/res/layout/init.xml +++ b/main/res/layout/init.xml @@ -60,6 +60,28 @@ <RelativeLayout style="@style/separator_horizontal_layout" > <View style="@style/separator_horizontal" /> <TextView style="@style/separator_horizontal_headline" + android:text="@string/init_oc" /> + </RelativeLayout> + <CheckBox android:id="@+id/oc_option" + style="@style/checkbox_full" + android:text="@string/init_oc_activate" /> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginLeft="10dip" + android:layout_marginRight="10dip" + android:layout_marginBottom="5dip" + android:padding="3dip" + android:textSize="14sp" + android:textColor="?text_color" + android:text="@string/init_oc_username_description" /> + <EditText style="@style/edittext_full" + android:id="@+id/oc_username" + android:hint="@string/init_oc_username" /> +<!-- ** --> + <RelativeLayout style="@style/separator_horizontal_layout" > + <View style="@style/separator_horizontal" /> + <TextView style="@style/separator_horizontal_headline" android:text="@string/init_gcvote" /> </RelativeLayout> <EditText style="@style/edittext_full" |
