Add code for a settings activity

This commit is contained in:
Finn M Glas 2020-05-15 07:51:48 +02:00
parent 88079de6bc
commit 20f2c6ccab
3 changed files with 73 additions and 4 deletions

View file

@ -0,0 +1,10 @@
<androidx.constraintlayout.widget.ConstraintLayout 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/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorPrimaryDark"
tools:context=".SettingsActivity">
</androidx.constraintlayout.widget.ConstraintLayout>