16 lines
511 B
XML
16 lines
511 B
XML
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/xui_config_color_background_pressed"
|
|
android:orientation="vertical">
|
|
|
|
|
|
<FrameLayout
|
|
android:id="@id/fragment_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1" />
|
|
|
|
|
|
</LinearLayout> |