Signal-Android/res/drawable/message_request_button_background_light.xml

6 lines
293 B
XML
Raw Normal View History

2019-11-19 12:01:07 -04:00
<?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_05"/>
<corners android:radius="8dp"/>
</shape>