view app/src/main/res/layout/settings_activity.xml @ 28:cf9621e88d2d

Explicit text colors fail in dark mode; disable.
author David Barts <n5jrn@me.com>
date Wed, 24 Feb 2021 13:53:39 -0800
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>