aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout-large
diff options
context:
space:
mode:
authorRyan Hansberry <rhansby@gmail.com>2015-10-15 10:24:35 -0700
committerRyan Hansberry <rhansby@gmail.com>2015-10-15 10:24:35 -0700
commit924fb892f05b175c1424940fe224ba03467945d2 (patch)
tree9dc5e14c577f085e25e55775047a280078a597a5 /app/src/main/res/layout-large
parent5c893adf92705433b434bdc98f5f249555eef625 (diff)
downloadconnectbot-924fb892f05b175c1424940fe224ba03467945d2.tar.gz
connectbot-924fb892f05b175c1424940fe224ba03467945d2.tar.bz2
connectbot-924fb892f05b175c1424940fe224ba03467945d2.zip
Fix lint errors.
Diffstat (limited to 'app/src/main/res/layout-large')
-rw-r--r--app/src/main/res/layout-large/act_console.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout-large/act_console.xml b/app/src/main/res/layout-large/act_console.xml
index 297d0b1..df3d6bc 100644
--- a/app/src/main/res/layout-large/act_console.xml
+++ b/app/src/main/res/layout-large/act_console.xml
@@ -86,7 +86,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/console_password_instructions"
- android:password="true"
+ android:inputType="textPassword"
android:singleLine="true"
/>