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:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-03-20 14:41:19 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:40:35 +0300
commitdf24124918c86e3e350f660ddec46023dff55011 (patch)
treef72f9f2c92149c02dae161190a9a05f6b1a5f8ff /android/res/drawable
parent0f2ecedec493d8b3261cffb1cd1a000fad16b55f (diff)
UI fixes.
Diffstat (limited to 'android/res/drawable')
-rw-r--r--android/res/drawable/bg_toolbar_button_vert.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/android/res/drawable/bg_toolbar_button_vert.xml b/android/res/drawable/bg_toolbar_button_vert.xml
new file mode 100644
index 0000000000..b9ee59db52
--- /dev/null
+++ b/android/res/drawable/bg_toolbar_button_vert.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:enterFadeDuration="200"
+ android:exitFadeDuration="200"
+ tools:ignore="UnusedAttribute">
+
+ <item android:state_pressed="true">
+ <bitmap android:gravity="center"
+ android:src="@drawable/ic_toolbar_active_vert"/>
+ </item>
+ <item android:drawable="@android:color/transparent"/>
+
+</selector> \ No newline at end of file