aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-07-02 06:03:34 +0000
committerKenny Root <kenny@the-b.org>2009-07-02 06:03:34 +0000
commit9759a0c23ad865f6815b9af01a611ca38984f865 (patch)
tree39ccac0bd1a6b62d7fb33a2046f762204ccda963 /res/layout
parent03801caf2fffefe2b6da8b596b8f767af8a7effc (diff)
downloadconnectbot-9759a0c23ad865f6815b9af01a611ca38984f865.tar.gz
connectbot-9759a0c23ad865f6815b9af01a611ca38984f865.tar.bz2
connectbot-9759a0c23ad865f6815b9af01a611ca38984f865.zip
Allow tap on screen to bring up an icon to open the software keyboard when the hardware keyboard is hidden
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@348 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/act_console.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/act_console.xml b/res/layout/act_console.xml
index 6dc0968..4d5fd7c 100644
--- a/res/layout/act_console.xml
+++ b/res/layout/act_console.xml
@@ -118,4 +118,16 @@
</RelativeLayout>
+ <ImageView
+ android:id="@+id/keyboard_button"
+ android:paddingRight="15dip"
+ android:paddingBottom="15dip"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_alignParentBottom="true"
+ android:layout_alignParentRight="true"
+ android:visibility="gone"
+ android:src="@+drawable/keyboard_icon"
+ />
+
</RelativeLayout>