Fix: Background Color of some surfaces on old devices (Closes #73)

This commit is contained in:
LooKeR
2021-10-29 16:41:51 +05:30
parent 07d7334e76
commit 318a582b02
3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?attr/colorSurface"/>
<corners android:radius="@dimen/shape_large_corner" />
</shape>