aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/dia_password.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-19 23:48:11 -0700
committerKenny Root <kenny@the-b.org>2015-08-19 23:55:22 -0700
commitae8b6d36493fc3629afe997a9700d001d6594b60 (patch)
treeef1289b6fa06174ff2d856c5f216d6263fa1257c /app/src/main/res/layout/dia_password.xml
parent72a09ffdae339fbdc73999b797bf1e2365bd661d (diff)
downloadconnectbot-ae8b6d36493fc3629afe997a9700d001d6594b60.tar.gz
connectbot-ae8b6d36493fc3629afe997a9700d001d6594b60.tar.bz2
connectbot-ae8b6d36493fc3629afe997a9700d001d6594b60.zip
Update XML style and reformat all files with it
Diffstat (limited to 'app/src/main/res/layout/dia_password.xml')
-rw-r--r--app/src/main/res/layout/dia_password.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/dia_password.xml b/app/src/main/res/layout/dia_password.xml
index 599af83..148e197 100644
--- a/app/src/main/res/layout/dia_password.xml
+++ b/app/src/main/res/layout/dia_password.xml
@@ -28,10 +28,10 @@
<EditText
android:id="@android:id/text1"
android:layout_width="250dip"
- android:singleLine="true"
android:layout_height="wrap_content"
+ android:hint="@string/prompt_password"
android:password="true"
- android:hint="Password"
+ android:singleLine="true"
/>
</LinearLayout>