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

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

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