Rewrite 'settings' to Kotlin

This commit is contained in:
Niko Diamadis
2022-11-23 23:08:23 +01:00
parent 562a071307
commit ec5761a948
6 changed files with 117 additions and 125 deletions

View File

@@ -12,7 +12,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout
android:layout_width="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
android:layout_height="match_parent">
@@ -24,6 +24,7 @@
</LinearLayout>
<include
android:id="@+id/app_bar_drawer"
layout="@layout/app_bar_drawer"
android:layout_width="match_parent"
android:layout_height="wrap_content" />