2017-11-13 12:44:51 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-10-07 15:43:36 -03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
2022-05-26 17:32:52 -03:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
tools:orientation="vertical"
|
|
|
|
tools:parentTag="android.widget.LinearLayout">
|
2017-11-13 12:44:51 -08:00
|
|
|
|
2019-06-05 15:47:14 -04:00
|
|
|
<androidx.appcompat.widget.Toolbar
|
2022-05-26 17:32:52 -03:00
|
|
|
android:id="@+id/toolbar"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="?attr/actionBarSize"
|
|
|
|
android:background="@drawable/search_toolbar_background"
|
|
|
|
android:paddingTop="0dp"
|
|
|
|
android:paddingHorizontal="8dp" />
|
2017-11-13 12:44:51 -08:00
|
|
|
|
|
|
|
</merge>
|