Signal-Android/res/drawable/message_request_button_background_dark.xml
2019-12-04 00:07:07 -05:00

6 lines
No EOL
293 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- TODO - Consolidate using attr if we move away from API 19 -->
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<solid android:color="@color/core_grey_75"/>
<corners android:radius="8dp"/>
</shape>