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

direction_night.xml « drawable « res « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6079b4ba00b300fd54412a464ea410dccd8ccc2b (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
  <item android:drawable="@drawable/ic_direction_pagepreview_pressed_night"
        android:state_pressed="true"/>

  <item android:drawable="@drawable/ic_direction_pagepreview_night"/>
</selector>