mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 06:33:38 +01:00
Add support for announcement groups.
This commit is contained in:
10
app/src/main/res/drawable/bottom_sheet_handle.xml
Normal file
10
app/src/main/res/drawable/bottom_sheet_handle.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="1000dp" />
|
||||
|
||||
<solid android:color="@color/signal_text_primary_disabled" />
|
||||
|
||||
<size
|
||||
android:width="48dp"
|
||||
android:height="2dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user