Rename drawable with more consistent naming
(cherry picked from commit ace1db21d19077d3b69e04243b8854d80dc4da05)
This commit is contained in:
parent
2845d8cc98
commit
f1f993bf38
2 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,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