Implement new Message Request UI.

This commit is contained in:
Alex Hart
2019-11-19 12:01:07 -04:00
committed by Greyson Parrelli
parent 88c0e6f8ab
commit 6933ca50a7
28 changed files with 920 additions and 76 deletions

View File

@@ -0,0 +1,6 @@
<?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>