Files
Android/app/src/main/res/drawable/currency_selection_background.xml
2022-05-12 10:42:21 -03:00

9 lines
333 B
XML

<?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>