Mercurial > cgi-bin > hgweb.cgi > SimpleResizer
view app/src/main/res/layout/settings_activity.xml @ 38:444fe4416c9b
Add unit tests of my resizing code.
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 25 Mar 2021 19:11:43 -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>