Added (partially) settings screen

Most importantly added design and functionality backing for these items
This commit is contained in:
Viktor De Pasquale
2019-11-27 19:47:20 +01:00
parent 78d7c45be3
commit 73c4b21285
15 changed files with 699 additions and 145 deletions
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size
android:width="@dimen/l_50"
android:height="@dimen/l_50" />
<solid android:color="@android:color/transparent" />
</shape>