Bimba.git
ref: 343255d5c2e7108dd510ca9e7707d2d3d67e0bc6
app/src/main/res/layout/settings_activity.xml
1
2
3
4
5
6
7
8
9
|
<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> |