aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/item_portforward.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_portforward.xml')
-rw-r--r--app/src/main/res/layout/item_portforward.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_portforward.xml b/app/src/main/res/layout/item_portforward.xml
index 4a98f24..105ef58 100644
--- a/app/src/main/res/layout/item_portforward.xml
+++ b/app/src/main/res/layout/item_portforward.xml
@@ -21,7 +21,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:gravity="left|center_vertical"
+ android:gravity="start|center_vertical"
android:layout_width="fill_parent"
android:padding="10dip"
>
@@ -33,6 +33,7 @@
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="Tunnel Nickname"
android:layout_alignParentTop="true"
+ android:layout_alignParentStart="true"
android:layout_alignParentLeft="true"
/>