mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-01 18:44:02 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
14 lines
420 B
XML
14 lines
420 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:color="?attr/colorControlHighlight">
|
|
<item>
|
|
<selector>
|
|
<item
|
|
android:state_activated="true"
|
|
android:drawable="@drawable/routing_toolbar_button_active"/>
|
|
<item
|
|
android:drawable="@drawable/routing_toolbar_button_normal"/>
|
|
</selector>
|
|
</item>
|
|
</ripple>
|