OsmAnd/OsmAnd-telegram/res/drawable/secondary_btn_bg_light.xml

10 lines
225 B
XML
Raw Normal View History

2018-06-26 20:29:38 +02:00
<?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>