| 1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8"?>
- <resources>
- <style name="Theme.Splash" parent="android:Theme">
- <item name="android:windowBackground">@drawable/splash</item>
- <item name="android:windowNoTitle">true</item>
- </style>
- <style name="MainTheme">
- <!-- Set theme colors from https://aka.ms/material-colors -->
- <!-- colorPrimary is used for the default action bar background -->
- <!--<item name="colorPrimary">#2196F3</item>-->
- <!-- colorPrimaryDark is used for the status bar -->
- <!--<item name="colorPrimaryDark">#1976D2</item>-->
- <!-- colorAccent is used as the default value for colorControlActivated
- which is used to tint widgets -->
- <!--<item name="colorAccent">#FF4081</item>-->
- </style>
- </resources>
|