1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1397 App | Fix | Fix modal background (#78)

This commit is contained in:
Evgenii Kozlov 2023-06-15 19:23:38 +02:00 committed by GitHub
parent 1cd1c179d2
commit e36010d30a
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/background_primary" />
<solid android:color="@color/background_secondary" />
<corners
android:topLeftRadius="16dp"
android:topRightRadius="16dp" />