blob: b0666655040d72f1f514de6934c80e2eef7ae1cf [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<resources
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<!-- Use original background color -->
<color name="fast_pair_notification_background">#00000000</color>
<!-- Ignores NewApi as below system colors are available since API 31, and HalfSheet is always
running on T+ even though it has min_sdk 30 to match its containing APEX -->
<color name="fast_pair_half_sheet_button_color" tools:ignore="NewApi">@android:color/system_accent1_100</color>
<color name="fast_pair_half_sheet_button_text" tools:ignore="NewApi">@android:color/system_neutral1_900</color>
<color name="fast_pair_half_sheet_button_accent_text" tools:ignore="NewApi">@android:color/system_neutral1_900</color>
<color name="fast_pair_progress_color" tools:ignore="NewApi">@android:color/system_accent1_600</color>
<color name="fast_pair_half_sheet_subtitle_color" tools:ignore="NewApi">@android:color/system_neutral2_700</color>
<color name="fast_pair_half_sheet_text_color" tools:ignore="NewApi">@android:color/system_neutral1_900</color>
<!-- Nearby Discoverer -->
<color name="discovery_activity_accent">#4285F4</color>
<!-- Fast Pair -->
<color name="fast_pair_primary_text">#DE000000</color>
<color name="fast_pair_notification_image_outline">#24000000</color>
<color name="fast_pair_battery_level_low">#D93025</color>
<color name="fast_pair_battery_level_normal">#80868B</color>
<color name="fast_pair_half_sheet_background">#FFFFFF</color>
<color name="fast_pair_half_sheet_color_accent">#1A73E8</color>
<color name="fast_pair_fail_progress_color">#F44336</color>
<color name="fast_pair_progress_back_ground">#24000000</color>
</resources>