]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Themes.
authorThad Hughes <thad.hughes@gmail.com>
Mon, 16 Jan 2012 09:10:41 +0000 (01:10 -0800)
committerThad Hughes <thad.hughes@gmail.com>
Mon, 16 Jan 2012 09:10:41 +0000 (01:10 -0800)
res/drawable/theme_default_other_lang_bg.xml [new file with mode: 0644]
res/drawable/theme_default_token_row_main_bg.xml [new file with mode: 0644]
res/drawable/theme_default_token_row_other_bg.xml [new file with mode: 0644]
res/drawable/theme_light_other_lang_bg.xml [new file with mode: 0644]
res/drawable/theme_light_token_row_other_bg.xml [new file with mode: 0644]

diff --git a/res/drawable/theme_default_other_lang_bg.xml b/res/drawable/theme_default_other_lang_bg.xml
new file mode 100644 (file)
index 0000000..78bb6b7
--- /dev/null
@@ -0,0 +1,4 @@
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+  <item android:state_selected="true" android:drawable="@android:color/transparent" /> 
+  <item android:drawable="@color/theme_default_other_lang_bg" /> 
+</selector>
\ No newline at end of file
diff --git a/res/drawable/theme_default_token_row_main_bg.xml b/res/drawable/theme_default_token_row_main_bg.xml
new file mode 100644 (file)
index 0000000..aa03ef6
--- /dev/null
@@ -0,0 +1,4 @@
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+  <item android:state_selected="true" android:drawable="@android:color/transparent" /> 
+  <item android:drawable="@color/theme_default_token_row_main_bg" /> 
+</selector>
\ No newline at end of file
diff --git a/res/drawable/theme_default_token_row_other_bg.xml b/res/drawable/theme_default_token_row_other_bg.xml
new file mode 100644 (file)
index 0000000..4bdbce1
--- /dev/null
@@ -0,0 +1,4 @@
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+  <item android:state_selected="true" android:drawable="@android:color/transparent" /> 
+  <item android:drawable="@color/theme_default_token_row_other_bg" /> 
+</selector>
\ No newline at end of file
diff --git a/res/drawable/theme_light_other_lang_bg.xml b/res/drawable/theme_light_other_lang_bg.xml
new file mode 100644 (file)
index 0000000..f43fcaa
--- /dev/null
@@ -0,0 +1,4 @@
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+  <item android:state_selected="true" android:drawable="@android:color/transparent" /> 
+  <item android:drawable="@color/theme_light_other_lang_bg" /> 
+</selector>
\ No newline at end of file
diff --git a/res/drawable/theme_light_token_row_other_bg.xml b/res/drawable/theme_light_token_row_other_bg.xml
new file mode 100644 (file)
index 0000000..7e74c1d
--- /dev/null
@@ -0,0 +1,4 @@
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+  <item android:state_selected="true" android:drawable="@android:color/transparent" /> 
+  <item android:drawable="@color/theme_light_token_row_other_bg" /> 
+</selector>
\ No newline at end of file