Bimba.git

ref: master

app/src/main/res/layout/settings_activity.xml


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<!--
SPDX-FileCopyrightText: Adam Evyčędo

SPDX-License-Identifier: AGPL-3.0-or-later
-->

<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>