equal
deleted
inserted
replaced
1 <?xml version="1.0" encoding="utf-8"?> |
1 <?xml version="1.0" encoding="utf-8"?> |
2 <resources> |
2 <resources> |
3 <style name="customtheme" parent="android:Theme"> |
3 <style name="customtheme" parent="android:Theme"> |
4 </style> |
4 </style> |
5 |
5 |
6 <style name="customtheme.contactList"> |
6 <style name="customtheme.login"> |
7 <item name="android:windowBackground">@drawable/background</item> |
7 <item name="android:windowBackground">@drawable/background</item> |
8 <item name="android:windowNoTitle">true</item> |
8 <item name="android:windowNoTitle">true</item> |
9 <item name="android:textColor">#FFFF00</item> |
|
10 <item name="android:typeface">sans</item> |
|
11 <item name="android:textSize">18sp</item> |
|
12 |
9 |
13 </style> |
10 |
|
11 </style> |
14 </resources> |
12 </resources> |