]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/values/theme.xml
go
[Dictionary.git] / res / values / theme.xml
diff --git a/res/values/theme.xml b/res/values/theme.xml
new file mode 100644 (file)
index 0000000..720baa9
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="Theme.QuickDic" parent="@android:style/Theme.Light">
+  <item name="android:layout_width">fill_parent</item>
+  <item name="android:layout_height">wrap_content</item>
+  
+  <item name="android:colorForeground">#000000</item>
+  <item name="android:colorBackground">#FFFFFF</item>
+
+  <item name="android:textColorPrimary">#000000</item>
+
+ </style>
+</resources>