mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-01 02:23:45 +00:00
17 lines
648 B
XML
17 lines
648 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.google.android.material.appbar.MaterialToolbar
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/toolbar"
|
|
style="@style/MwmWidget.ToolbarStyle"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:theme="@style/MwmWidget.ToolbarTheme">
|
|
<LinearLayout
|
|
android:id="@+id/toolbar_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
<include layout="@layout/toolbar_search_controls" />
|
|
</LinearLayout>
|
|
</com.google.android.material.appbar.MaterialToolbar>
|