mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 22:53:09 +01:00
Implement new invite screen.
This commit is contained in:
committed by
Greyson Parrelli
parent
49ecd9ef5d
commit
fb494c1151
5
res/drawable/invite_edit_text_background_light.xml
Normal file
5
res/drawable/invite_edit_text_background_light.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<stroke android:color="@color/core_grey_25" android:width="1dp" />
|
||||
<corners android:radius="12dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user