fix: settings scrolling

This commit is contained in:
aayush262 2024-04-11 21:37:25 +05:30
parent 3619355cb4
commit b961701189
8 changed files with 559 additions and 506 deletions

View file

@ -1,7 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".settings.SettingsAnimeActivity">
<LinearLayout
android:id="@+id/settingsAnimeLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -196,4 +201,5 @@
app:showText="false"
app:thumbTint="@color/button_switch_track" />
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>