diff options
Diffstat (limited to 'undobar/res/drawable/button_background_holo.xml')
-rw-r--r-- | undobar/res/drawable/button_background_holo.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/undobar/res/drawable/button_background_holo.xml b/undobar/res/drawable/button_background_holo.xml new file mode 100644 index 0000000..84bec31 --- /dev/null +++ b/undobar/res/drawable/button_background_holo.xml @@ -0,0 +1,7 @@ +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + + <item android:drawable="@drawable/button_background_pressed" android:state_pressed="true" /> + <item android:drawable="@drawable/button_background_focused" android:state_focused="true" /> + <item android:drawable="@android:color/transparent" /> + +</selector><!-- From: file:/Users/jenzz/Developer/Android-UndoBar/library/src/main/res/drawable/button_background_holo.xml -->
\ No newline at end of file |