OsmAnd/OsmAnd/res/drawable/wikipedia_select_lang_bg_light_p.xml
2017-12-27 12:43:54 +02:00

13 lines
No EOL
392 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/ctx_menu_controller_button_bg_color_light_p" />
<stroke
android:width="1dp"
android:color="@color/ctx_menu_controller_button_outline_color_light_p" />
<corners android:radius="3dp" />
</shape>