mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-31 01:53:46 +00:00
19 lines
522 B
XML
19 lines
522 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="match_parent"
|
|
android:orientation="vertical"
|
|
android:background="?appBackground">
|
|
|
|
<include
|
|
layout="@layout/toolbar_default"/>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/fragment_container"
|
|
style="@style/MwmWidget.FrameLayout.Elevation"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
|
|
</LinearLayout>
|