summaryrefslogtreecommitdiffstats
path: root/res/drawable/btn_overflow.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/btn_overflow.xml')
-rw-r--r--res/drawable/btn_overflow.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/drawable/btn_overflow.xml b/res/drawable/btn_overflow.xml
index e851eceb..2eb26cc1 100644
--- a/res/drawable/btn_overflow.xml
+++ b/res/drawable/btn_overflow.xml
@@ -18,7 +18,8 @@
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:drawable="@drawable/btn_background" />
+ <item android:id="@+id/backgroundItem"
+ android:drawable="@drawable/btn_background" />
<item>
<bitmap android:src="@drawable/ic_overflow_menu"