commit | e972b16c4b3a1f4fc73966461ab45915b4aa2c6e | [log] [tgz] |
---|---|---|
author | lindatseng <lindatseng@google.com> | Fri Apr 19 15:40:20 2019 -0700 |
committer | Linda Tseng <lindatseng@google.com> | Wed Apr 24 21:30:40 2019 +0000 |
tree | 77b2759d23b608a06e6ae612d110bbd83f454c01 | |
parent | 62d580d5b4e8059418926cf3a3301af2d043c84f [diff] [blame] |
Make panel support dark mode Slightly adjust Panel related theme/styles to support dark mode. Screenshot: Wifi Panel: https://screenshot.googleplex.com/5FJ1wwMjgrn.png NFC Panel: https://screenshot.googleplex.com/AhNJhEMXCS7.png Volume Panel: https://screenshot.googleplex.com/iyOxAz9NJPv.png Connectivity Panel: https://screenshot.googleplex.com/pvExHZVNW7m.png Test: Visual/Manual verification Fixes: 130815366 Change-Id: Ic96898091c52ccebf4437d96099ad553884d1eb4
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8fd0769..5149b9c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml
@@ -3097,7 +3097,7 @@ <activity android:name=".panel.SettingsPanelActivity" android:label="@string/settings_panel_title" - android:theme="@style/Theme.BottomDialog" + android:theme="@style/Theme.Panel" android:documentLaunchMode="always" android:excludeFromRecents="true" android:exported="true">