10 lines
383 B
XML
10 lines
383 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/preferences_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
tools:context=".preferences.screens.MainSettingsScreen"
|
|
android:orientation="vertical">
|
|
</LinearLayout>
|