Modify theme to DialerSettingsLight
The status bar is invisible for the white background while running in call barring.
So, we should modify theme from CallSettingsWithoutDividerTheme to DialerSettingsLight.
Bug: 152125629
Test: Build pass & Check UI.
Change-Id: I1f2f5ade1002733e2fd8c2b1037c86ebde66d7c1
Merged-In: I1f2f5ade1002733e2fd8c2b1037c86ebde66d7c1
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1d32288..59c1775 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -302,7 +302,7 @@
<activity android:name="GsmUmtsCallBarringOptions"
android:label="@string/labelCallBarring"
android:configChanges="orientation|screenSize|keyboardHidden"
- android:theme="@style/CallSettingsWithoutDividerTheme">
+ android:theme="@style/DialerSettingsLight">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>