1
0
Fork 0

removed some unused resources and fixed linting errors

This commit is contained in:
sspanak 2023-02-07 13:31:15 +02:00 committed by Dimo Karaivanov
parent b470f5e939
commit 6adf592199
16 changed files with 21 additions and 40 deletions

View file

@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
<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">
</FrameLayout>
tools:context=".preferences.screens.MainSettingsScreen"
android:orientation="vertical">
</LinearLayout>