* Ignored all the strings.xml since they are auto-synced Change-Id: I5d9e7aa5ae7b0079f792450f7e6dbf83216ebac4
12 lines
351 B
XML
12 lines
351 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
SPDX-FileCopyrightText: 2022-2024 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
<color name="page_background">@color/sud_glif_background_color_dark</color>
|
|
<color name="accent">?attr/colorAccent</color>
|
|
|
|
<color name="divider">#40ffffff</color>
|
|
</resources>
|