summaryrefslogtreecommitdiff
path: root/src/main/res/layout/main.xml
blob: 64bf136e3655c8efb91fc01c82b8d0620bd44c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              xmlns:tools="http://schemas.android.com/tools"
              android:layout_width="match_parent"
              android:layout_height="match_parent"
              android:orientation="vertical">

    <FrameLayout
            android:id="@+id/main_fragment_status"
            android:layout_width="match_parent"
            android:layout_height="match_parent"/>
</LinearLayout>