use smaller search menu
This commit is contained in:
parent
f02348dc6c
commit
35e8b4f4a4
|
@ -11,8 +11,8 @@
|
||||||
android:id="@+id/top_toolbar_holder"
|
android:id="@+id/top_toolbar_holder"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="@dimen/small_margin"
|
android:layout_marginTop="@dimen/medium_margin"
|
||||||
android:layout_marginBottom="@dimen/small_margin"
|
android:layout_marginBottom="@dimen/medium_margin"
|
||||||
android:background="@drawable/search_menu_background">
|
android:background="@drawable/search_menu_background">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
|
Loading…
Reference in New Issue