Signal-Android/app/src/main/res/drawable/rounded_outline_38dp.xml

5 lines
269 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
<stroke android:color="@color/signal_button_secondary_stroke" android:width="1.5dp" />
<corners android:radius="38dp" />
</shape>