aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/item_host.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/item_host.xml')
-rw-r--r--app/src/main/res/layout/item_host.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/src/main/res/layout/item_host.xml b/app/src/main/res/layout/item_host.xml
index 6059393..0ea220e 100644
--- a/app/src/main/res/layout/item_host.xml
+++ b/app/src/main/res/layout/item_host.xml
@@ -30,13 +30,9 @@
android:id="@android:id/icon"
android:layout_width="40dp"
android:layout_height="40dp"
- android:layout_alignParentStart="true"
- android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"
- android:layout_marginStart="16dp"
- android:layout_marginLeft="16dp"
android:contentDescription="@string/image_description_connected"
android:src="@drawable/connected"
+ style="@style/ListItemIcon"
/>
<LinearLayout