annotate app/src/main/res/layout/settings_activity.xml @ 19:3aaf65a7fb9c
concur2
adjustViewBounds to the rescue!
author |
David Barts <n5jrn@me.com> |
date |
Mon, 22 Feb 2021 16:05:07 -0800 |
parents |
20da616dcda0 |
children |
|
rev |
line source |
15
|
1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
2 android:layout_width="match_parent"
|
|
3 android:layout_height="match_parent">
|
|
4
|
|
5 <FrameLayout
|
|
6 android:id="@+id/settings"
|
|
7 android:layout_width="match_parent"
|
|
8 android:layout_height="match_parent" />
|
|
9 </LinearLayout> |