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

5 lines
242 B
XML
Raw Normal View History

2021-07-12 15:44:59 -03:00
<?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_background_secondary"/>
<corners android:radius="30dp"/>
</shape>