Settings have all options now (not functional).

This commit is contained in:
ottoptj 2024-07-31 01:19:07 +03:00
commit 40c3e2dd72
7 changed files with 174 additions and 18 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout 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:id="@+id/settingsLayout"
@ -9,6 +9,17 @@
android:orientation="vertical"
tools:context=".SettingsActivity">
<Space
android:layout_width="match_parent"
android:layout_height="40dp" />
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/settings_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -449,4 +460,4 @@
tools:layout_editor_absoluteY="810dp" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</LinearLayout>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/location_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>