Signal-Android/app/src/main/res/drawable/circled_rectangle_outline.xml
Android Team fddba2906a Payments.
Co-authored-by: Alan Evans <alan@signal.org>
Co-authored-by: Alex Hart <alex@signal.org>
Co-authored-by: Cody Henthorne <cody@signal.org>
2021-04-06 17:07:19 -03:00

5 lines
No EOL
300 B
XML

<?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_divider_minor" android:width="1dp" />
<corners android:radius="@dimen/material_button_full_round_corner_radius" />
</shape>