dolby: Apply Expressive theme

Change-Id: I03c814b97c8401428f2b358d065a99503df9d1cc
This commit is contained in:
Bruno Martins
2025-12-02 12:33:58 +00:00
committed by Joey
parent 4609a70e95
commit c0de818eba

View File

@@ -13,7 +13,8 @@
android:icon="@mipmap/ic_launcher"
android:allowBackup="false"
android:label="@string/dolby_title"
android:persistent="true">
android:persistent="true"
android:theme="@style/Theme.SubSettingsBase.Expressive">
<receiver
android:name=".BootCompletedReceiver"
@@ -26,7 +27,6 @@
<activity
android:name=".DolbyActivity"
android:label="@string/dolby_title"
android:theme="@style/Theme.SubSettingsBase.Expressive"
android:exported="true">
<intent-filter>
<action android:name="com.android.settings.action.IA_SETTINGS" />
@@ -50,7 +50,6 @@
<activity
android:name=".geq.EqualizerActivity"
android:label="@string/dolby_preset"
android:theme="@style/Theme.SubSettingsBase.Expressive"
android:exported="true" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />