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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user