]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Use Holo themes on API level 11 and higher.
authorUwe Trottmann <uwe.trottmann@gmail.com>
Tue, 14 Aug 2012 06:36:47 +0000 (08:36 +0200)
committerUwe Trottmann <uwe.trottmann@gmail.com>
Tue, 14 Aug 2012 06:36:47 +0000 (08:36 +0200)
res/values-v11/themes.xml [new file with mode: 0644]

diff --git a/res/values-v11/themes.xml b/res/values-v11/themes.xml
new file mode 100644 (file)
index 0000000..9be50db
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+  
+  <!-- Default: dark theme -->
+    
+  <style name="Theme.Default" parent="@android:style/Theme.Holo">
+      <item name="android:textColorLink">#FFFFFF</item>
+  </style>
+  
+  
+  <!-- ****************************************************************** -->
+
+  <style name="Theme.Light" parent="@android:style/Theme.Holo.Light">
+      <item name="android:textColorLink">#000000</item>
+  </style>
+  
+
+</resources>
\ No newline at end of file