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

7 lines
240 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">
2022-09-29 09:32:49 -03:00
<solid android:color="@color/signal_colorSurface2" />
<corners android:radius="8dp" />
2022-05-09 13:28:49 -03:00
</shape>