aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/main/res/drawable')
-rw-r--r--ui/src/main/res/drawable/ic_arrow_back.xml2
-rw-r--r--ui/src/main/res/drawable/list_item_background.xml5
-rw-r--r--ui/src/main/res/drawable/tv_logo_banner.xml2
3 files changed, 6 insertions, 3 deletions
diff --git a/ui/src/main/res/drawable/ic_arrow_back.xml b/ui/src/main/res/drawable/ic_arrow_back.xml
index 05d8f7d7..0df5dc6c 100644
--- a/ui/src/main/res/drawable/ic_arrow_back.xml
+++ b/ui/src/main/res/drawable/ic_arrow_back.xml
@@ -1,5 +1,5 @@
<!--
- ~ Copyright © 2017-2021 WireGuard LLC. All Rights Reserved.
+ ~ Copyright © 2017-2023 WireGuard LLC. All Rights Reserved.
~ SPDX-License-Identifier: Apache-2.0
-->
diff --git a/ui/src/main/res/drawable/list_item_background.xml b/ui/src/main/res/drawable/list_item_background.xml
index d517bbb6..16714e7b 100644
--- a/ui/src/main/res/drawable/list_item_background.xml
+++ b/ui/src/main/res/drawable/list_item_background.xml
@@ -6,7 +6,10 @@
<item
android:state_activated="true"
app:state_multiselected="true">
- <color android:color="?attr/colorMultiselectActiveBackground" />
+ <color android:color="?attr/colorSurfaceVariant" />
+ </item>
+ <item android:state_activated="true">
+ <color android:color="?attr/colorControlHighlight" />
</item>
</selector>
</item>
diff --git a/ui/src/main/res/drawable/tv_logo_banner.xml b/ui/src/main/res/drawable/tv_logo_banner.xml
index 646967d6..734702f3 100644
--- a/ui/src/main/res/drawable/tv_logo_banner.xml
+++ b/ui/src/main/res/drawable/tv_logo_banner.xml
@@ -1,5 +1,5 @@
<!--
- ~ Copyright © 2017-2021 WireGuard LLC. All Rights Reserved.
+ ~ Copyright © 2017-2023 WireGuard LLC. All Rights Reserved.
~ SPDX-License-Identifier: Apache-2.0
-->