summaryrefslogtreecommitdiff
path: root/doze/res/drawable
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-12-28 11:33:30 +0100
committerIsaac Chen <tingyi364@gmail.com>2019-08-13 12:17:46 +0200
commit8330d437f89b8c0cdec11370ba1292ffe19532fb (patch)
tree55c63182380ff5a9f57aec9a7ed5b43134b087ef /doze/res/drawable
parentfe88f9cab1c0210c6c0a392b59a56cf45a4191ca (diff)
wayne-common: doze: Match Pie settings UI
Change-Id: Ia1cde37923c55faf057189f7085b69522e2802ef Signed-off-by: PIPIPIG233666 <2212848813@qq.com>
Diffstat (limited to 'doze/res/drawable')
-rw-r--r--doze/res/drawable/switchbar_background.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doze/res/drawable/switchbar_background.xml b/doze/res/drawable/switchbar_background.xml
index 314ed12..f210707 100644
--- a/doze/res/drawable/switchbar_background.xml
+++ b/doze/res/drawable/switchbar_background.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2014 The Android Open Source Project
+<!-- Copyright (C) 2019 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.
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:color="?android:attr/colorControlHighlight">
- <item android:drawable="?android:attr/colorSecondary" />
-</ripple>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <solid android:color="@color/switch_bar_bg" />
+</shape>