Merge "Save BottomSheet state when screen rotate"

This commit is contained in:
TreeHugger Robot
2018-08-14 03:06:26 +00:00
committed by Android (Google) Code Review
3 changed files with 50 additions and 26 deletions

View File

@@ -171,6 +171,7 @@
<item name="colorPrimaryDark">@*android:color/primary_dark_device_default_settings_light</item>
<item name="colorAccent">@*android:color/accent_device_default_light</item>
<item name="preferenceTheme">@style/PreferenceTheme</item>
<item name="android:windowLightStatusBar">true</item>
</style>
<!--TODO(b/111875856) This theme will be useless, when we add real activity/fragment to handle the full screen for WifiDialog -->