From 23f041015931cfc7acd440969b805e2009466e2b Mon Sep 17 00:00:00 2001 From: Ryan Hansberry Date: Wed, 21 Oct 2015 14:15:28 -0700 Subject: Use the ListItemIcon style on HostList and PubkeyList icons. --- app/src/main/res/layout/item_host.xml | 6 +----- app/src/main/res/layout/item_pubkey.xml | 9 ++------- 2 files changed, 3 insertions(+), 12 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" /> - /> + android:src="@drawable/pubkey" + style="@style/ListItemIcon"/>