feat: use dark theme

This commit is contained in:
2025-02-18 19:15:11 +01:00
parent f70e9b79f0
commit f9a76afaa7
6 changed files with 34 additions and 10 deletions
+3 -4
View File
@@ -19,8 +19,8 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/wittrail_logo_back"
android:supportsRtl="true"
android:theme="@style/Theme.WittrailAndroid"
tools:targetApi="31">
android:theme="@style/Theme.WittrailAndroid.Dark"
tools:targetApi="31">
<service
android:name="CameraXRecordingService"
android:foregroundServiceType="camera|microphone"
@@ -31,10 +31,9 @@
android:name=".MainActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.WittrailAndroid">
android:theme="@style/Theme.WittrailAndroid.Dark">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>