aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/src/main/res/layout/item_host.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/src/main/res/layout/item_host.xml b/app/src/main/res/layout/item_host.xml
index d39da8d..6059393 100644
--- a/app/src/main/res/layout/item_host.xml
+++ b/app/src/main/res/layout/item_host.xml
@@ -30,11 +30,11 @@
android:id="@android:id/icon"
android:layout_width="40dp"
android:layout_height="40dp"
- android:layout_alignParentEnd="true"
- android:layout_alignParentRight="true"
+ android:layout_alignParentStart="true"
+ android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
- android:layout_marginEnd="16dp"
- android:layout_marginRight="16dp"
+ android:layout_marginStart="16dp"
+ android:layout_marginLeft="16dp"
android:contentDescription="@string/image_description_connected"
android:src="@drawable/connected"
/>
@@ -47,11 +47,11 @@
android:layout_alignWithParentIfMissing="true"
android:layout_centerVertical="true"
android:layout_marginEnd="16dp"
- android:layout_marginLeft="16dp"
+ android:layout_marginLeft="72dp"
android:layout_marginRight="16dp"
- android:layout_marginStart="16dp"
- android:layout_toLeftOf="@android:id/icon"
- android:layout_toStartOf="@android:id/icon"
+ android:layout_marginStart="72dp"
+ android:layout_toRightOf="@android:id/icon"
+ android:layout_toEndOf="@android:id/icon"
android:orientation="vertical"
>