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