mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-29 01:03:46 +00:00
23 lines
812 B
XML
23 lines
812 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
<com.google.android.material.appbar.MaterialToolbar
|
|
android:id="@+id/toolbar"
|
|
style="@style/MwmWidget.ToolbarStyle"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:theme="@style/MwmWidget.ToolbarTheme.DownButton"/>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/action_bar_extended_height"
|
|
android:background="?colorPrimary"/>
|
|
<FrameLayout
|
|
style="@style/MwmWidget.FrameLayout.Elevation"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"/>
|
|
</LinearLayout>
|