summaryrefslogtreecommitdiff
path: root/res/layout/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/config.xml')
-rw-r--r--res/layout/config.xml40
1 files changed, 39 insertions, 1 deletions
diff --git a/res/layout/config.xml b/res/layout/config.xml
index e2ea8aa0..cfe8c6e3 100644
--- a/res/layout/config.xml
+++ b/res/layout/config.xml
@@ -152,12 +152,50 @@
android:inputType="textPassword" />
</LinearLayout>
+ <LinearLayout
+ android:id="@+id/userpassword"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:visibility="gone" >
+
+ <TextView
+ style="@style/item"
+ android:layout_marginLeft="8dip"
+ android:layout_marginRight="8dip"
+ android:text="@string/auth_username"
+ android:textAppearance="?android:attr/textAppearanceSmall" />
+
+
+ <EditText
+ android:id="@+id/auth_username"
+ style="@style/item"
+ android:layout_marginLeft="8dip"
+ android:layout_marginRight="8dip"
+ android:inputType="textNoSuggestions" />
+ <TextView
+ style="@style/item"
+ android:layout_marginLeft="8dip"
+ android:layout_marginRight="8dip"
+ android:text="@string/auth_pwquery"
+ android:textAppearance="?android:attr/textAppearanceSmall" />
+
+
+ <EditText
+ android:id="@+id/auth_password"
+ style="@style/item"
+ android:layout_marginLeft="8dip"
+ android:layout_marginRight="8dip"
+ android:inputType="textPassword" />
+</LinearLayout>
<LinearLayout
- android:id="@+id/commonsecret"
+ android:id="@+id/statickeys"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:visibility="gone" >
+ <TextView android:text="@string/static_keys_info"
+ style="@style/item"/>
</LinearLayout>
<CheckBox