Use default snackbar styles (fixes unreadable text)

Sorry AMOLED users, you'll just have to deal with the brief light snackbars.
This commit is contained in:
arkon
2021-11-28 15:30:51 -05:00
parent be4f27028c
commit dc39669321
3 changed files with 0 additions and 17 deletions

View File

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