aboutsummaryrefslogtreecommitdiff
path: root/doze/res/drawable
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-12-28 11:33:30 +0100
committerDavide Garberi <dade.garberi@gmail.com>2019-02-06 13:56:16 +0100
commitde3f782c0b1fe2a6b85cb848d435ebb126697ca4 (patch)
tree61f2607b02c191f30136e65b9694080c22bedcc1 /doze/res/drawable
parent3976c0f800c15fdafeaa624d8d2dcd00c24edb4b (diff)
msm8996-common: doze: Match Pie settings UI
Change-Id: Ia1cde37923c55faf057189f7085b69522e2802ef Signed-off-by: Davide Garberi <dade.garberi@gmail.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>