From 5019545d101fa7a4f9dba8717a2539a8f6b7a1c9 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Fri, 14 Jan 2022 13:31:48 -0500 Subject: [PATCH] Alignment for UnifiedPush subscriptions --- app/src/main/res/layout/fragment_main_item.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_main_item.xml b/app/src/main/res/layout/fragment_main_item.xml index 050083d..0e3914c 100644 --- a/app/src/main/res/layout/fragment_main_item.xml +++ b/app/src/main/res/layout/fragment_main_item.xml @@ -6,13 +6,14 @@ android:layout_height="wrap_content" android:background="?android:attr/selectableItemBackground" android:orientation="horizontal" android:clickable="true" - android:focusable="true"> + android:focusable="true" android:paddingEnd="15dp" + android:paddingStart="15dp"> + android:layout_marginTop="13dp"/>