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

9 wiersze
343 B
XML

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