style.xml 376 B

12345678
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <resources>
  3. <style name="MyTheme" parent="MyTheme.Base">
  4. <!--If you are using MasterDetailPage you will want to set these, else you can leave them out-->
  5. <!--<item name="android:windowDrawsSystemBarBackgrounds">true</item>
  6. <item name="android:statusBarColor">@android:color/transparent</item>-->
  7. </style>
  8. </resources>