aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/dia_portforward.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/dia_portforward.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/dia_portforward.xml')
-rw-r--r--app/src/main/res/layout/dia_portforward.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/layout/dia_portforward.xml b/app/src/main/res/layout/dia_portforward.xml
index 9402eef..ed6aa40 100644
--- a/app/src/main/res/layout/dia_portforward.xml
+++ b/app/src/main/res/layout/dia_portforward.xml
@@ -35,7 +35,7 @@
<TextView
android:text="@string/prompt_nickname"
android:paddingRight="10dip"
- android:gravity="right|center_vertical"
+ android:gravity="end|center_vertical"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
@@ -53,7 +53,7 @@
<TextView
android:text="@string/prompt_type"
android:paddingRight="10dip"
- android:gravity="right|center_vertical"
+ android:gravity="end|center_vertical"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
@@ -70,7 +70,7 @@
<TextView
android:text="@string/prompt_source_port"
android:paddingRight="10dip"
- android:gravity="right|center_vertical"
+ android:gravity="end|center_vertical"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
@@ -88,7 +88,7 @@
<TextView
android:text="@string/prompt_destination"
android:paddingRight="10dip"
- android:gravity="right|center_vertical"
+ android:gravity="end|center_vertical"
android:textAppearance="?android:attr/textAppearanceMedium"
/>