Mercurial > cgi-bin > hgweb.cgi > SimpleResizer
view app/src/main/res/layout/settings_activity.xml @ 16:3ed74dc0e34a
Fix error messages, make scaling menu more user-friendly, fix return from settings.
author | David Barts <n5jrn@me.com> |
---|---|
date | Sun, 21 Feb 2021 21:43:54 -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>