mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Rename drawable with more consistent naming
This commit is contained in:
parent
8bb69c455b
commit
ace1db21d1
2 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@
|
|||
|
||||
|
||||
<style name="Theme.Widget.Snackbar" parent="Widget.MaterialComponents.Snackbar">
|
||||
<item name="android:background">@drawable/snackbar_bg</item>
|
||||
<item name="android:background">@drawable/snackbar_background</item>
|
||||
<item name="actionTextColorAlpha">1</item>
|
||||
</style>
|
||||
<style name="Theme.Widget.Snackbar.TextView" parent="@style/Widget.MaterialComponents.Snackbar.TextView">
|
||||
|
|
Loading…
Reference in a new issue