1
0
Fork 0
mirror of https://github.com/jrpie/Launcher.git synced 2025-05-06 18:44:19 +02:00

Start building the theme fragment

This commit is contained in:
Finn M Glas 2020-05-22 18:03:37 +02:00
parent 16c180a725
commit 664e0a037e
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
4 changed files with 57 additions and 14 deletions

View file

@ -11,7 +11,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/finnmglasTheme">
android:theme="@style/darkTheme">
<activity android:name=".MainActivity"
android:screenOrientation="portrait"