Messaging: No need to access private color members

These are public and thus we don't need "@*"

Change-Id: Iaddafed125c14e21750871c7a07abd1c4c03aee4
This commit is contained in:
Michael W
2025-04-10 13:21:21 +02:00
parent 37ac798c53
commit 7acbc6a9ca
3 changed files with 27 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2016 The CyanogenMod Project
Copyright (C) 2018, 2022-2023 The LineageOS Project
Copyright (C) 2018, 2022-2025 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -16,11 +16,11 @@
limitations under the License.
-->
<resources>
<color name="lineage_accent">@*android:color/system_accent1_100</color>
<color name="lineage_accent">@android:color/system_accent1_100</color>
<color name="window_background">@*android:color/system_neutral1_900</color>
<color name="window_background">@android:color/system_neutral1_900</color>
<color name="compose_send_text_background_color">@*android:color/system_neutral1_600</color>
<color name="compose_send_text_background_color">@android:color/system_neutral1_600</color>
<color name="fab_fg_color">@android:color/black</color>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 The Android Open Source Project
Copyright (C) 2024 The LineageOS Project
Copyright (C) 2024-2025 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -16,16 +16,16 @@
limitations under the License.
-->
<resources>
<color name="primary_color">@*android:color/system_accent1_600</color>
<color name="primary_color">@android:color/system_accent1_600</color>
<color name="permission_check_activity_background">@color/primary_color</color>
<!-- Action bar -->
<color name="action_bar_title_text_color">@*android:color/system_neutral1_0</color>
<color name="action_bar_title_text_color">@android:color/system_neutral1_0</color>
<color name="action_bar_background_color">@android:color/system_accent1_600</color>
<color name="action_bar_background_color_dark">@*android:color/system_accent1_700</color>
<color name="contextual_action_bar_background_color">@*android:color/system_accent1_600</color>
<color name="archived_conversation_action_bar_background_color">@*android:color/system_accent1_700</color>
<color name="archived_conversation_action_bar_background_color_dark">@*android:color/system_accent1_600</color>
<color name="action_bar_background_color_dark">@android:color/system_accent1_700</color>
<color name="contextual_action_bar_background_color">@android:color/system_accent1_600</color>
<color name="archived_conversation_action_bar_background_color">@android:color/system_accent1_700</color>
<color name="archived_conversation_action_bar_background_color_dark">@android:color/system_accent1_600</color>
<!-- Conversation list -->
<color name="conversation_list_item_read">#636363</color>
@@ -66,7 +66,7 @@
<color name="message_bubble_color_outgoing">#ffffffff</color>
<color name="message_error_bubble_color_incoming">#e2e2e2</color>
<color name="message_audio_button_color_incoming">#ffffffff</color>
<color name="message_bubble_color_selected">@*android:color/system_accent3_300</color>
<color name="message_bubble_color_selected">@android:color/system_accent3_300</color>
<color name="message_image_selected_tint">#7f040000</color>
<color name="generic_video_icon">#ff808080</color>
@@ -96,18 +96,18 @@
<color name="attachment_preview_more_items_text_background">#44000000</color>
<array name="letter_tile_colors">
<item>@*android:color/system_accent1_300</item>
<item>@*android:color/system_accent2_300</item>
<item>@*android:color/system_accent3_300</item>
<item>@*android:color/system_accent1_400</item>
<item>@*android:color/system_accent2_400</item>
<item>@*android:color/system_accent3_400</item>
<item>@*android:color/system_accent1_500</item>
<item>@*android:color/system_accent2_500</item>
<item>@*android:color/system_accent3_500</item>
<item>@*android:color/system_accent1_600</item>
<item>@*android:color/system_accent2_600</item>
<item>@*android:color/system_accent3_600</item>
<item>@android:color/system_accent1_300</item>
<item>@android:color/system_accent2_300</item>
<item>@android:color/system_accent3_300</item>
<item>@android:color/system_accent1_400</item>
<item>@android:color/system_accent2_400</item>
<item>@android:color/system_accent3_400</item>
<item>@android:color/system_accent1_500</item>
<item>@android:color/system_accent2_500</item>
<item>@android:color/system_accent3_500</item>
<item>@android:color/system_accent1_600</item>
<item>@android:color/system_accent2_600</item>
<item>@android:color/system_accent3_600</item>
</array>
<color name="letter_tile_font_color">#ffffff</color>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2016 The CyanogenMod Project
Copyright (C) 2018, 2022-2024 The LineageOS Project
Copyright (C) 2018, 2022-2025 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -16,9 +16,9 @@
limitations under the License.
-->
<resources>
<color name="lineage_accent">@*android:color/system_accent1_600</color>
<color name="lineage_accent">@android:color/system_accent1_600</color>
<color name="window_background">@*android:color/system_neutral1_50</color>
<color name="window_background">@android:color/system_neutral1_50</color>
<color name="navigation_bar_bg">@color/window_background</color>