use smaller search menu

This commit is contained in:
tibbi 2023-01-03 15:04:11 +01:00
parent f02348dc6c
commit 35e8b4f4a4
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
android:id="@+id/top_toolbar_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/small_margin"
android:layout_marginBottom="@dimen/small_margin"
android:layout_marginTop="@dimen/medium_margin"
android:layout_marginBottom="@dimen/medium_margin"
android:background="@drawable/search_menu_background">
<ImageView