more whitespace between results list and buttons on bottom

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2022-07-22 13:37:51 +02:00 committed by Andy Scherzinger (Rebase PR Action)
parent b2e47d885c
commit 78274472e1
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/standard_margin"
android:gravity="end"> android:gravity="end">
<com.google.android.material.button.MaterialButton <com.google.android.material.button.MaterialButton

View File

@ -55,6 +55,7 @@
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/standard_margin"
android:gravity="end"> android:gravity="end">
<com.google.android.material.button.MaterialButton <com.google.android.material.button.MaterialButton