style.xml 280 B

1234567
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <resources>
  3. <style name="MyTheme" parent="MyTheme.Base">
  4. <item name="android:windowDrawsSystemBarBackgrounds">true</item>
  5. <item name="android:statusBarColor">@android:color/transparent</item>
  6. </style>
  7. </resources>