Fix dark theme coloring for forward bottom sheet.

This commit is contained in:
Alex Hart
2021-08-18 09:32:53 -03:00
parent 921addf4c8
commit 199fb517b1
10 changed files with 33 additions and 8 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_background_dialog_secondary"/>
<corners android:radius="30dp"/>
</shape>