Fix invisibility of status bar icons in call barring settings
The user cannot see the status bar icons due to same color set with
the background. Apply an existing style that has properly customized
status bar colores to the style for call barring setting.
Test: manual - Checked that the status bar icons are visible.
Test: auto - Passed TeleServiceTests.
Bug: 146103085
Change-Id: I77dad61a34f9bc6f7a7c6b66dacfdf00d6b3dae4
diff --git a/res/values/styles.xml b/res/values/styles.xml
index e95142b..a9ed307 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -343,8 +343,7 @@
<item name="android:backgroundDimEnabled">false</item>
</style>
- <style name="CallSettingsWithoutDividerTheme" parent="SettingsLight">
- <item name="android:forceDarkAllowed">true</item>
+ <style name="CallSettingsWithoutDividerTheme" parent="DialerSettingsLight">
<item name="android:listDivider">@null</item>
</style>