feat: use dark theme
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user