aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/act_console.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-07-17 07:46:34 -0700
committerKenny Root <kenny@the-b.org>2015-07-17 07:46:34 -0700
commit2673c984501123986f24c3df355d3c2e4c09473a (patch)
treecd1d5da50c00edf4f90c810f5c897b334fd35d80 /app/src/main/res/layout/act_console.xml
parentd3e147e659035dd1a19b0c3ec1c932260cf9eec4 (diff)
downloadconnectbot-2673c984501123986f24c3df355d3c2e4c09473a.tar.gz
connectbot-2673c984501123986f24c3df355d3c2e4c09473a.tar.bz2
connectbot-2673c984501123986f24c3df355d3c2e4c09473a.zip
Try to fix some RTL layout issues
Diffstat (limited to 'app/src/main/res/layout/act_console.xml')
-rw-r--r--app/src/main/res/layout/act_console.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/layout/act_console.xml b/app/src/main/res/layout/act_console.xml
index 46dedfb..cd06e50 100644
--- a/app/src/main/res/layout/act_console.xml
+++ b/app/src/main/res/layout/act_console.xml
@@ -99,6 +99,7 @@
android:paddingRight="40dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_below="@+id/console_prompt"
android:clickable="false"
@@ -132,6 +133,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
+ android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:src="@+drawable/button_keyboard"
android:contentDescription="@string/image_description_show_keyboard"
@@ -142,6 +144,7 @@
android:paddingRight="15dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
android:layout_alignParentBottom="true"
android:src="@+drawable/button_ctrl"