<?xml version="1.0" encoding="utf-8"?> <resources> <style name="LauncherTheme" parent="@style/BaseLauncherThemeWithCustomAttrs"> <item name="android:windowTranslucentStatus">false</item> <item name="android:windowTranslucentNavigation">false</item> <item name="android:windowDrawsSystemBarBackgrounds">true</item> <item name="android:statusBarColor">#00000000</item> <item name="android:navigationBarColor">#00000000</item> </style> </resources>