Settings: Enable expressive theme layout for various activities

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Pranav Vashi
2025-09-03 22:26:55 +05:30
committed by Joey
parent b50a6f3a6b
commit e47862be1b

View File

@@ -842,7 +842,7 @@
android:configChanges="orientation|keyboardHidden|screenSize"
android:exported="true"
android:clearTaskOnLaunch="true"
android:theme="@style/Theme.SubSettingsBase">
android:theme="@style/Theme.SubSettingsBase.Expressive">
<intent-filter>
<action android:name="android.bluetooth.devicepicker.action.LAUNCH" />
<category android:name="android.intent.category.DEFAULT" />
@@ -5760,6 +5760,7 @@
<!-- The Evolver -->
<activity android:name="Settings$EvolutionSettingsActivity"
android:label="@string/evolver_dashboard_title"
android:theme="@style/Theme.SubSettingsBase.Expressive"
android:exported="true">
<intent-filter android:priority="1">
<action android:name="org.evolution.settings.EvolutionSettings" />
@@ -5839,7 +5840,7 @@
<!-- Provide direct entry into Dev settings - Running Services -->
<activity android:name="Settings$DevRunningServicesActivity"
android:label="@string/runningservices_settings_title"
android:theme="@style/Theme.SubSettingsBase"
android:theme="@style/Theme.SubSettingsBase.Expressive"
android:enabled="true"
android:exported="true"
android:excludeFromRecents="true"