removed some unused resources and fixed linting errors
This commit is contained in:
parent
b470f5e939
commit
6adf592199
16 changed files with 21 additions and 40 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue