| <resources xmlns:tools="http://schemas.android.com/tools"> | 
|     <!-- Base application theme. --> | 
|     <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> | 
|         <!-- Customize your theme here. --> | 
|         <item name="colorPrimary">@color/colorPrimary</item> | 
|         <item name="colorPrimaryDark">@color/colorPrimaryDark</item> | 
|         <item name="colorAccent">@color/colorAccent</item> | 
|     </style> | 
|   | 
|     <style name="GuideTheme" parent="AppTheme"> | 
|         <item name="colorPrimary">@color/colorPrimary</item> | 
|         <item name="colorPrimaryDark">@color/colorPrimaryDark</item> | 
|         <item name="colorAccent">@color/colorAccent</item> | 
|         <item name="android:windowIsTranslucent">true</item> | 
|         <item name="android:windowNoTitle">true</item> | 
|         <item name="android:windowBackground">@mipmap/bg_home</item> | 
|     </style> | 
| </resources> |