Improve tutorial end and Make settings scrollable

This commit is contained in:
Finn M Glas 2020-12-31 00:09:01 +01:00
parent 9f9a223d6e
commit 6b7e3f9dde
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
7 changed files with 19 additions and 14 deletions

View file

@ -1,7 +1,11 @@
<?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">
<LinearLayout
android:id="@+id/settings_launcher_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -304,4 +308,5 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>