OsmAnd/OsmAnd/res/drawable/context_menu_controller_disabled_bg_light.xml
2017-12-28 14:57:35 +02:00

13 lines
No EOL
344 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/route_info_bg_light" />
<stroke
android:width="1dp"
android:color="@color/route_info_divider_light" />
<corners android:radius="3dp" />
</shape>