diff options
Diffstat (limited to 'mobile/build/app/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml')
| -rw-r--r-- | mobile/build/app/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mobile/build/app/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml b/mobile/build/app/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml new file mode 100644 index 0000000..07d2b09 --- /dev/null +++ b/mobile/build/app/intermediates/incremental/debug/mergeDebugResources/merged.dir/values-v21/values-v21.xml @@ -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>
\ No newline at end of file |
