Create two themes

The finnmglasTheme and the darkTheme
This commit is contained in:
Finn M Glas 2020-05-22 17:25:32 +02:00
parent f6c20098b5
commit 16c180a725
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
9 changed files with 28 additions and 41 deletions

View file

@ -4,7 +4,6 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorPrimaryDark"
android:longClickable="false"
android:onClick="clickAnywhere"
tools:context=".FirstStartupActivity">