Loading res/values/styles.xml +4 −2 Original line number Diff line number Diff line Loading @@ -135,8 +135,10 @@ <item name="android:statusBarColor">@color/status_bar</item> </style> <style name="ScreensaverActivityTheme" parent="@android:style/Theme.Material.Wallpaper.NoTitleBar" /> <style name="ScreensaverActivityTheme" parent="@android:style/Theme.Material.NoActionBar"> <!-- Hide navigation bar when Dream is started from within the Clock app --> <item name="android:windowDrawsSystemBarBackgrounds">false</item> </style> <style name="ScreensaverSettingsActivityTheme" parent="@android:style/Theme.Material" /> Loading Loading
res/values/styles.xml +4 −2 Original line number Diff line number Diff line Loading @@ -135,8 +135,10 @@ <item name="android:statusBarColor">@color/status_bar</item> </style> <style name="ScreensaverActivityTheme" parent="@android:style/Theme.Material.Wallpaper.NoTitleBar" /> <style name="ScreensaverActivityTheme" parent="@android:style/Theme.Material.NoActionBar"> <!-- Hide navigation bar when Dream is started from within the Clock app --> <item name="android:windowDrawsSystemBarBackgrounds">false</item> </style> <style name="ScreensaverSettingsActivityTheme" parent="@android:style/Theme.Material" /> Loading