Update private story creation screens to match material3 spec.

This commit is contained in:
Alex Hart
2022-10-06 11:06:13 -03:00
committed by Greyson Parrelli
parent da9dcc794f
commit 0b978dd9d7
4 changed files with 17 additions and 9 deletions

View File

@@ -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>