mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 12:15:50 +01:00
Update private story creation screens to match material3 spec.
This commit is contained in:
committed by
Greyson Parrelli
parent
da9dcc794f
commit
0b978dd9d7
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||
<solid android:color="@color/signal_colorSurfaceVariant"/>
|
||||
<corners android:radius="22dp"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user