aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/StickyListHeaders/sample/res/drawable/header_selector.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/StickyListHeaders/sample/res/drawable/header_selector.xml')
-rw-r--r--libraries/StickyListHeaders/sample/res/drawable/header_selector.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/libraries/StickyListHeaders/sample/res/drawable/header_selector.xml b/libraries/StickyListHeaders/sample/res/drawable/header_selector.xml
deleted file mode 100644
index 5dfb8265c..000000000
--- a/libraries/StickyListHeaders/sample/res/drawable/header_selector.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<selector xmlns:android="http://schemas.android.com/apk/res/android" >
-
- <item android:state_pressed="true" android:drawable="@color/header_pressed" />
- <item android:drawable="@color/header_normal" />
-
-</selector> \ No newline at end of file