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"/>