aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/act_console.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-05-30 01:32:31 +0000
committerKenny Root <kenny@the-b.org>2009-05-30 01:32:31 +0000
commit7ce198e3ec84b7a672d0553c887480ea454ccf1b (patch)
treea811fe4389d138fe73acdbae6b050e71810df842 /res/layout/act_console.xml
parent96e5091c2ffdd7ad1696224af2c5350404649e1e (diff)
downloadconnectbot-7ce198e3ec84b7a672d0553c887480ea454ccf1b.tar.gz
connectbot-7ce198e3ec84b7a672d0553c887480ea454ccf1b.tar.bz2
connectbot-7ce198e3ec84b7a672d0553c887480ea454ccf1b.zip
Expose prompt instructions for keyboard-interactive; should let people use SecureID, et. al.
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@242 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/layout/act_console.xml')
-rw-r--r--res/layout/act_console.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/res/layout/act_console.xml b/res/layout/act_console.xml
index 2a995fc..6dc0968 100644
--- a/res/layout/act_console.xml
+++ b/res/layout/act_console.xml
@@ -45,15 +45,18 @@
android:layout_alignParentBottom="true"
android:padding="5dip"
android:background="#80000000"
+ android:fadingEdge="horizontal"
+ android:fadingEdgeLength="25dip"
android:visibility="gone"
>
<TextView
- android:id="@+id/console_password_hint"
+ android:id="@+id/console_password_instructions"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_width="fill_parent"
android:visibility="gone"
+ android:layout_marginBottom="5dip"
/>
<EditText
@@ -62,7 +65,7 @@
android:layout_height="wrap_content"
android:password="true"
android:singleLine="true"
- android:layout_below="@+id/console_password_hint"
+ android:layout_below="@+id/console_password_instructions"
/>
</RelativeLayout>
@@ -73,7 +76,7 @@
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:padding="5dip"
- android:background="#88000000"
+ android:background="#80000000"
android:fadingEdge="horizontal"
android:fadingEdgeLength="25dip"
android:visibility="gone"
@@ -82,8 +85,8 @@
<TextView
android:id="@+id/console_prompt"
android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_width="fill_parent"
+ android:textAppearance="?android:attr/textAppearanceMedium"
/>
<Button