tweak no alt indicator background

This commit is contained in:
sk 2023-01-24 10:08:03 +01:00
parent 96f13defd4
commit 6fc850b5ba
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#E894000C"/>
<corners android:radius="24dp"/>
<solid android:color="#C7750606"/>
<corners android:radius="20dp"/>
</shape>