Set Spa Lib theme in the SpaActivity
Instead of setting theme at application level, set theme for each
SpaActivity.
Also adding the idea configuration which is missing in the first cl.
Bug: 235727273
Test: Manual with Gallery App
Change-Id: I21198f20c50edb3dde007a40e6c243fde0ca89bf
diff --git a/packages/SettingsLib/Spa/gallery/AndroidManifest.xml b/packages/SettingsLib/Spa/gallery/AndroidManifest.xml
index cde47f2..914a45b 100644
--- a/packages/SettingsLib/Spa/gallery/AndroidManifest.xml
+++ b/packages/SettingsLib/Spa/gallery/AndroidManifest.xml
@@ -19,8 +19,7 @@
<application
android:label="@string/app_name"
- android:supportsRtl="true"
- android:theme="@style/Theme.SpaLib.DayNight">
+ android:supportsRtl="true">
<activity
android:name="com.android.settingslib.spa.gallery.MainActivity"
android:exported="true">