Update the style for collapsing toolbar
The new version of collapsing toolbar has been updated and it needs the edge-to-edge configruation to work smoothly. Added the configuration for Notification history and removed useless styles. This change is also trying to reuse the layout that is from SettingsLib and remove the one from Settings. Bug: 183496853 Test: visual verified Change-Id: Iecfb96fe5ead91b0421050c3dfc1c1ab456aafff
This commit is contained in:
@@ -285,5 +285,7 @@
|
||||
<style name="Theme.NotificationHistory" parent="@android:style/Theme.DeviceDefault.DayNight">
|
||||
<item name="android:windowActionBar">false</item>
|
||||
<item name="android:windowNoTitle">true</item>
|
||||
<item name="android:navigationBarColor">@android:color/transparent</item>
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user