mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 06:33:38 +01:00
Add initial Mentions UI/UX for picker and compose edit.
This commit is contained in:
committed by
Greyson Parrelli
parent
8e45a546c9
commit
1ab61beeb9
5
app/src/main/res/drawable/mention_text_bg.xml
Normal file
5
app/src/main/res/drawable/mention_text_bg.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/black"/>
|
||||
<corners android:radius="@dimen/mention_corner_radius"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user