mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 22:53:09 +01:00
Implement new Message Request UI.
This commit is contained in:
committed by
Greyson Parrelli
parent
88c0e6f8ab
commit
6933ca50a7
6
res/drawable/message_request_button_background_light.xml
Normal file
6
res/drawable/message_request_button_background_light.xml
Normal 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_05"/>
|
||||
<corners android:radius="8dp"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user