OsmAnd/OsmAnd-telegram/res/drawable/secondary_btn_bg_light.xml
2018-06-26 21:29:38 +03:00

9 lines
225 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/ctrl_light"/>
<corners android:radius="3dp"/>
</shape>