diff --git a/app/src/main/res/layout/collection_header.xml b/app/src/main/res/layout/collection_header.xml index 9e33e3da0..e42f23d00 100644 --- a/app/src/main/res/layout/collection_header.xml +++ b/app/src/main/res/layout/collection_header.xml @@ -8,8 +8,7 @@ android:id="@+id/collections_header" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="5dp" - android:layout_marginBottom="15.5dp"> + android:layout_marginBottom="20dp"> diff --git a/app/src/main/res/layout/save_tab_group_button.xml b/app/src/main/res/layout/save_tab_group_button.xml index 821c79949..9c2a34d42 100644 --- a/app/src/main/res/layout/save_tab_group_button.xml +++ b/app/src/main/res/layout/save_tab_group_button.xml @@ -8,7 +8,10 @@ style="@style/Widget.MaterialComponents.Button.TextButton" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginBottom="12dp" + android:minHeight="36dp" + android:insetTop="0dp" + android:insetBottom="0dp" + android:layout_marginBottom="20dp" android:background="@drawable/button_background" android:letterSpacing="0" android:text="@string/save_to_collection" @@ -19,5 +22,4 @@ app:icon="@drawable/ic_tab_collection" app:iconGravity="textStart" app:iconPadding="8dp" - app:iconSize="20dp" app:iconTint="?attr/foundation" /> diff --git a/app/src/main/res/layout/tab_header.xml b/app/src/main/res/layout/tab_header.xml index 52feddb0e..0ab152185 100644 --- a/app/src/main/res/layout/tab_header.xml +++ b/app/src/main/res/layout/tab_header.xml @@ -6,7 +6,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/tabs_header" - android:layout_marginBottom="15.5dp" + android:layout_marginTop="4dp" + android:layout_marginBottom="20dp" android:layout_width="match_parent" android:layout_height="wrap_content">