2020-01-16 14:51:33 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
|
|
|
<style name="VectorSnackBarStyle" parent="@style/Widget.MaterialComponents.Snackbar">
|
|
|
|
<item name="android:background">@color/notification_accent_color</item>
|
|
|
|
</style>
|
|
|
|
|
2020-11-20 12:04:41 +03:00
|
|
|
<style name="VectorSnackBarButton" parent="@style/Widget.MaterialComponents.Button">
|
|
|
|
<item name="android:textColor">@color/white</item>
|
|
|
|
</style>
|
2020-01-16 14:51:33 +03:00
|
|
|
|
|
|
|
<style name="VectorSnackBarText" parent="@style/Widget.MaterialComponents.Snackbar.TextView">
|
|
|
|
<item name="android:textColor">@color/white</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</resources>
|