Signal-Android/app/src/main/res/drawable/currency_selection_background.xml
2022-10-24 21:00:17 -03:00

6 lines
240 B
XML

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