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

9 lines
333 B
XML
Raw Normal View History

2022-05-09 13:28:49 -03:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="1.5dp"
android:color="@color/signal_button_secondary_stroke" />
<corners android:radius="@dimen/material_button_full_round_corner_radius" />
</shape>