inital commit кек

This commit is contained in:
SashegDev
2026-06-04 03:12:17 +00:00
parent 82675f402d
commit b993439976
1261 changed files with 56919 additions and 4 deletions
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="notification_action_color_filter">@color/androidx_core_secondary_text_default_material_light</color>
<dimen name="notification_content_margin_start">0dp</dimen>
<dimen name="notification_main_column_padding_top">0dp</dimen>
<dimen name="notification_media_narrow_margin">12dp</dimen>
<style name="TextAppearance.Compat.Notification" parent="@android:style/TextAppearance.Material.Notification"/>
<style name="TextAppearance.Compat.Notification.Info" parent="@android:style/TextAppearance.Material.Notification.Info"/>
<style name="TextAppearance.Compat.Notification.Time" parent="@android:style/TextAppearance.Material.Notification.Time"/>
<style name="TextAppearance.Compat.Notification.Title" parent="@android:style/TextAppearance.Material.Notification.Title"/>
<style name="Widget.Compat.NotificationActionContainer" parent="">
<item name="android:background">@drawable/notification_action_background</item>
</style>
<style name="Widget.Compat.NotificationActionText" parent="">
<item name="android:textAppearance">?android:attr/textAppearanceButton</item>
<item name="android:textColor">@color/androidx_core_secondary_text_default_material_light</item>
<item name="android:textSize">@dimen/notification_action_text_size</item>
</style>
</resources>