diff options
author | Joey <joey@lineageos.org> | 2018-12-28 11:33:30 +0100 |
---|---|---|
committer | Isaac Chen <tingyi364@gmail.com> | 2019-08-13 12:17:46 +0200 |
commit | 8330d437f89b8c0cdec11370ba1292ffe19532fb (patch) | |
tree | 55c63182380ff5a9f57aec9a7ed5b43134b087ef /doze/res/drawable | |
parent | fe88f9cab1c0210c6c0a392b59a56cf45a4191ca (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.xml | 10 |
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> |