Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@mapswithme.com>2014-06-26 06:01:22 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:19:34 +0300
commit101039cc75d5eed81cd83208678c85e844fc56c8 (patch)
tree8bc8f260e2003cb90b0e71864d17f390a53c50d4 /android/res/drawable
parentd22468ae04b9727e856b387cf1b771f71d8bee15 (diff)
[android] Removed side menu
Diffstat (limited to 'android/res/drawable')
-rw-r--r--android/res/drawable/btn_menu_tail_selector.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/android/res/drawable/btn_menu_tail_selector.xml b/android/res/drawable/btn_menu_tail_selector.xml
deleted file mode 100644
index 4b51a78c49..0000000000
--- a/android/res/drawable/btn_menu_tail_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:drawable="@drawable/btn_menu_tail_pressed" android:state_pressed="true"/>
- <item android:drawable="@drawable/btn_menu_tail_normal"/>
-
-</selector> \ No newline at end of file