dejsem.1.5/android/dejsem.studio/app/src/main/res/layout/basic_layout.xml
author hh
Wed, 27 Nov 2019 09:50:16 +0100
changeset 0 676905a3b03c
permissions -rw-r--r--
--

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
	xmlns:android="http://schemas.android.com/apk/res/android"
	xmlns:hh="http://schemas.android.com/apk/res-auto"
	android:id="@+id/main"
	android:layout_width="match_parent"
	android:layout_height="match_parent"
	android:background="#000"
	>

	<FrameLayout
		android:id="@+id/title_bar"
		android:layout_width="match_parent"
		android:layout_height="wrap_content"
		/>

	<FrameLayout
		android:id="@+id/panel"
		android:layout_width="match_parent"
		android:layout_height="match_parent"
		android:layout_below="@id/title_bar"
		/>

</RelativeLayout>