2015-03-12 01:45:53 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<item android:state_pressed="true"><shape android:shape="rectangle">
|
|
|
|
<solid android:color="@color/map_widget_dark_pressed" />
|
2015-04-20 23:42:11 +02:00
|
|
|
<stroke android:width="@dimen/map_button_stroke_dark" android:color="@color/map_widget_dark_stroke" />
|
2015-03-12 01:45:53 +01:00
|
|
|
</shape></item>
|
|
|
|
<item><shape android:shape="rectangle">
|
|
|
|
<solid android:color="@color/map_widget_dark" />
|
2015-04-20 23:42:11 +02:00
|
|
|
<stroke android:width="@dimen/map_button_stroke_dark" android:color="@color/map_widget_dark_stroke" />
|
2015-03-12 01:45:53 +01:00
|
|
|
</shape></item>
|
|
|
|
|
|
|
|
</selector>
|