diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/item_host.xml | 6 | ||||
-rw-r--r-- | 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" /> <LinearLayout diff --git a/app/src/main/res/layout/item_pubkey.xml b/app/src/main/res/layout/item_pubkey.xml index 565d099..1fb4cae 100644 --- a/app/src/main/res/layout/item_pubkey.xml +++ b/app/src/main/res/layout/item_pubkey.xml @@ -31,14 +31,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_key_is_locked" - android:src="@drawable/pubkey"/> - /> + android:src="@drawable/pubkey" + style="@style/ListItemIcon"/> <LinearLayout android:layout_width="wrap_content" |