summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/flying_icon_bg.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/flying_icon_bg.xml b/res/drawable/flying_icon_bg.xml
index affd975bc..6f5bf0bca 100644
--- a/res/drawable/flying_icon_bg.xml
+++ b/res/drawable/flying_icon_bg.xml
@@ -15,6 +15,6 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_pressed="true" android:drawable="@drawable/homescreen_small_green" />
+ <item android:state_pressed="true" android:drawable="@drawable/homescreen_small_blue" />
<item android:drawable="@android:color/transparent" />
</selector>