| | |
| | | <resources> |
| | | |
| | | <!-- Base application theme. --> |
| | | <style name="AppTheme" parent="Base.Theme.Design"> |
| | | </style> |
| | | <!--<style name="AppTheme" parent="Base.Theme.Design">--> |
| | | <!--<item name="android:windowContentTransitions">true</item>--> |
| | | <!--</style>--> |
| | | <!-- Base application theme. --> |
| | | <style name="Base.Theme.Design" parent="Theme.AppCompat.Light.NoActionBar"> |
| | | <style name="Base.Theme.Design" parent="Theme.AppCompat.NoActionBar"> |
| | | <!-- Customize your theme here. --> |
| | | <item name="colorPrimary">@color/colorPrimary</item> |
| | | <item name="colorPrimaryDark">@color/colorPrimaryDark</item> |
| | | <item name="colorAccent">@color/colorAccent</item> |
| | | <item name="android:windowContentTransitions">true</item> |
| | | </style> |
| | | |
| | | <style name="AppWelcomeTheme" parent="Base.Theme.Design"> |
| | | <!-- All customizations that are NOT specific to a particular API-level can go here. --> |
| | | <item name="android:windowBackground">@mipmap/welcome</item> |
| | | <item name="android:windowNoTitle">true</item> |
| | | <item name="android:windowFullscreen">true</item> |
| | | <item name="android:windowContentTransitions">true</item> |
| | | </style> |
| | | |
| | | <style name="AppTheme.NoActionBar"> |
| | | <item name="windowActionBar">false</item> |
| | | <item name="windowNoTitle">true</item> |
| | | <item name="android:windowContentTransitions">true</item> |
| | | </style> |
| | | |
| | | <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" /> |
| | | <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar"> |
| | | <item name="android:windowContentTransitions">true</item> |
| | | |
| | | <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" /> |
| | | </style> |
| | | |
| | | <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light"> |
| | | <item name="android:windowContentTransitions">true</item> |
| | | |
| | | </style> |
| | | |
| | | |
| | | <style name="tab_rb_style"> |