aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/act_console.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-07-15 13:48:05 -0700
committerKenny Root <kenny@the-b.org>2015-07-15 13:48:50 -0700
commit0703c9a0a5a0124dec6bb4c8ab6fa95290214051 (patch)
tree63c35d42e471f299f7040ecd564544e1643b0196 /app/src/main/res/layout/act_console.xml
parent00f1b72db97a554432a2d04520ca52a402ffa910 (diff)
parent3627d32b8fb41647a9bce7edbd2579a3e1ad1448 (diff)
downloadconnectbot-0703c9a0a5a0124dec6bb4c8ab6fa95290214051.tar.gz
connectbot-0703c9a0a5a0124dec6bb4c8ab6fa95290214051.tar.bz2
connectbot-0703c9a0a5a0124dec6bb4c8ab6fa95290214051.zip
Merge branch 'master' into gradle-conversion
Diffstat (limited to 'app/src/main/res/layout/act_console.xml')
-rw-r--r--app/src/main/res/layout/act_console.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/layout/act_console.xml b/app/src/main/res/layout/act_console.xml
index f7db787..46dedfb 100644
--- a/app/src/main/res/layout/act_console.xml
+++ b/app/src/main/res/layout/act_console.xml
@@ -158,6 +158,17 @@
android:src="@+drawable/button_esc"
android:contentDescription="@string/image_description_send_escape_character"
/>
+
+ <ImageView
+ android:id="@+id/button_tab"
+ android:paddingRight="15dip"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_toRightOf="@+id/button_esc"
+ android:layout_alignParentBottom="true"
+ android:src="@+drawable/button_tab"
+ android:contentDescription="@string/image_description_send_tab_character"
+ />
</RelativeLayout>