view app/src/main/res/layout/settings_activity.xml @ 37:0dbd924cb5e8

Explain why permission needed, per guidelines.
author David Barts <n5jrn@me.com>
date Tue, 23 Mar 2021 22:30:34 -0700
parents 20da616dcda0
children
line wrap: on
line source

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

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