]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/drawable/token_row_drawable.xml
UI changes, (experiments), Arabic rendering changes, changing the way
[Dictionary.git] / res / drawable / token_row_drawable.xml
diff --git a/res/drawable/token_row_drawable.xml b/res/drawable/token_row_drawable.xml
new file mode 100644 (file)
index 0000000..fc581cb
--- /dev/null
@@ -0,0 +1,6 @@
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+  <item android:state_window_focused="false" android:state_selected="true" android:drawable="@android:color/transparent" /> 
+  <item android:state_selected="true" android:drawable="@android:color/transparent" /> 
+  <item android:state_pressed="true" android:state_selected="false" android:drawable="@android:color/background_dark" /> 
+  <item android:state_selected="false" android:drawable="@android:color/background_dark" /> 
+</selector>
\ No newline at end of file