mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-05 15:57:35 +03:00
14 lines
512 B
XML
14 lines
512 B
XML
<?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>
|
|
|
|
<style name="VectorSnackBarButton" parent="@style/Widget.MaterialComponents.Button" />
|
|
|
|
<style name="VectorSnackBarText" parent="@style/Widget.MaterialComponents.Snackbar.TextView">
|
|
<item name="android:textColor">@color/white</item>
|
|
</style>
|
|
|
|
</resources>
|