sm8350-common: parts: Apply Expressive theme

This commit is contained in:
skenakun
2025-12-06 07:05:42 +00:00
parent b3f77918e0
commit eb969cb8fd

View File

@@ -36,7 +36,7 @@
android:persistent="true"
android:defaultToDeviceProtectedStorage="true"
android:directBootAware="true"
android:theme="@style/Theme.SubSettingsBase">
android:theme="@style/Theme.SubSettingsBase.Expressive">
<receiver android:name=".BootCompletedReceiver">
<intent-filter android:priority="1000">
@@ -118,7 +118,7 @@
<activity
android:name=".touchsampling.TouchSamplingSettingsActivity"
android:label="@string/htsr_enable_title"
android:theme="@style/Theme.SubSettingsBase"
android:theme="@style/Theme.SubSettingsBase.Expressive"
android:exported="false">
<intent-filter>
<action android:name="com.android.settings.action.IA_SETTINGS" />
@@ -203,7 +203,7 @@
android:name=".display.DcDimmingSettingsActivity"
android:label="@string/dc_dimming_enable_title"
android:exported="true"
android:theme="@style/Theme.SubSettingsBase">
android:theme="@style/Theme.SubSettingsBase.Expressive">
<intent-filter>
<action android:name="com.android.settings.action.IA_SETTINGS" />
</intent-filter>
@@ -218,7 +218,7 @@
android:name=".hbm.HBMActivity"
android:label="@string/hbm_fragment_title"
android:exported="false"
android:theme="@style/Theme.SubSettingsBase">
android:theme="@style/Theme.SubSettingsBase.Expressive">
<intent-filter>
<action android:name="com.android.settings.action.IA_SETTINGS" />
</intent-filter>