session-android/res/layout/search_toolbar.xml

15 lines
591 B
XML
Raw Normal View History

2017-11-13 20:44:51 +00:00
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_height="wrap_content"
android:layout_width="match_parent"
tools:parentTag="android.widget.LinearLayout"
tools:orientation="vertical">
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
2020-01-15 05:13:28 +00:00
android:background="@color/action_bar_background"/>
2017-11-13 20:44:51 +00:00
</merge>