mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 05:01:52 +01:00
Rename drawable with more consistent naming
This commit is contained in:
parent
8bb69c455b
commit
ace1db21d1
@ -209,7 +209,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<style name="Theme.Widget.Snackbar" parent="Widget.MaterialComponents.Snackbar">
|
<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>
|
<item name="actionTextColorAlpha">1</item>
|
||||||
</style>
|
</style>
|
||||||
<style name="Theme.Widget.Snackbar.TextView" parent="@style/Widget.MaterialComponents.Snackbar.TextView">
|
<style name="Theme.Widget.Snackbar.TextView" parent="@style/Widget.MaterialComponents.Snackbar.TextView">
|
||||||
|
Loading…
Reference in New Issue
Block a user