Files
lawnchair/res/layout/activity_settings.xml
Till Kottmann cc42124d05 Forwardport About page
Dev options activation has been moved to the header on the main settings screen
2018-06-25 19:48:08 +02:00

12 lines
413 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">
<FrameLayout
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
</LinearLayout>