Audinaut-subsonic-app-android/app/src/main/res/values-v21/styles.xml

25 lines
935 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="NotificationText.Title" parent="@android:style/TextAppearance.Material.Notification.Title" />
<style name="NotificationText.Content" parent="@android:style/TextAppearance.Material.Notification" />
<style name="NotificationButton" parent="NotificationButtonBase">
<item name="background">?attr/selectableItemBackgroundBorderless</item>
</style>
<style name="NotificationButton.Expanded" parent="@style/NotificationButton.ExpandedBase">
<item name="android:padding">2dip</item>
<item name="background">?attr/selectableItemBackgroundBorderless</item>
</style>
<style name="NotificationLayoutDivider">
<item name="divider">@drawable/notification_divider</item>
</style>
<style name="NotificationDivider">
<item name="background">@drawable/notification_divider</item>
</style>
</resources>