]> www.average.org Git - YkNeoCR.git/blob - res/values/styles.xml
return early if cannot init adapter
[YkNeoCR.git] / res / values / styles.xml
1 <resources>
2         <style name="AppBaseTheme" parent="android:Theme.Light">
3         </style>
4
5         <style name="AppTheme" parent="AppBaseTheme">
6         </style>
7
8         <style name="TransparentDialog" parent="@android:style/Theme.Dialog">
9                 <item name="android:windowIsTranslucent">true</item>
10                 <item name="android:windowBackground">@android:color/transparent</item>
11                 <item name="android:windowContentOverlay">@null</item>
12                 <item name="android:windowNoTitle">true</item>
13                 <item name="android:backgroundDimEnabled">false</item>
14         </style>
15 </resources>