summaryrefslogtreecommitdiff
path: root/app/build/intermediates/packaged_res/debug/drawable
diff options
context:
space:
mode:
authormagh <magh@maghmogh.com>2024-11-22 15:54:21 +0900
committermagh <magh@maghmogh.com>2024-11-22 15:54:21 +0900
commit241c94f7c9ea6e12b699c6b7ae181905f1d5d869 (patch)
treeb24d533e36b48ccd1d2ddd10edc637cb9194f16e /app/build/intermediates/packaged_res/debug/drawable
initial commitHEADmaster
Diffstat (limited to 'app/build/intermediates/packaged_res/debug/drawable')
-rw-r--r--app/build/intermediates/packaged_res/debug/drawable/menu_item_background.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/build/intermediates/packaged_res/debug/drawable/menu_item_background.xml b/app/build/intermediates/packaged_res/debug/drawable/menu_item_background.xml
new file mode 100644
index 0000000..0bc909e
--- /dev/null
+++ b/app/build/intermediates/packaged_res/debug/drawable/menu_item_background.xml
@@ -0,0 +1,7 @@
+<?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/menuHighlight" />
+ <item android:state_selected="true" android:drawable="@color/menuHighlight" />
+ <item android:state_activated="true" android:drawable="@color/menuHighlight" />
+ <item android:drawable="@android:color/transparent" />
+</selector>