]> gitweb.fperrin.net Git - Dictionary.git/blob - res/values/themeLight.xml
2b75000571cb506c2aabcf933f37e1e883d8b0d1
[Dictionary.git] / res / values / themeLight.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3  <style name="Theme.Light" parent="@android:style/Theme.Light">
4 <!-- 
5   <item name="android:layout_width">fill_parent</item>
6   <item name="android:layout_height">wrap_content</item>
7   
8   <item name="android:colorForeground">#000000</item>
9   <item name="android:colorBackground">#FFFFFF</item>
10
11   <item name="android:textColorPrimary">#000000</item>
12   
13  -->
14  
15  </style>
16
17  <style name="Theme.Light.Token" parent="@style/Theme.Light">
18   <item name="android:textColor">@android:color/primary_text_dark</item>
19 </style>
20  
21 </resources>