summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaxwen <max.weninger@gmail.com>2018-09-01 20:40:23 +0200
committeralk3pInjection <webmaster@raspii.tech>2021-09-27 21:17:05 +0800
commitf3ca2b4c7bf206ca44257f33324e369ed7efbf52 (patch)
treeac2c1bc7ba61c0aab0cb3f71768322f0c35c7232
parent4d1b0c81d6d647de05e6f66cc5d806b04bea2798 (diff)
Trebuchet: use common style for recents task menu divider
Change-Id: Ida14211a0d8decb897e857f44e071c51122eda9c
-rw-r--r--res/drawable/all_apps_divider.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/drawable/all_apps_divider.xml b/res/drawable/all_apps_divider.xml
index 4bd274dd4..5fd2ad43f 100644
--- a/res/drawable/all_apps_divider.xml
+++ b/res/drawable/all_apps_divider.xml
@@ -15,6 +15,6 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
- <solid android:color="?android:attr/colorControlHighlight" />
- <size android:height="1dp" />
-</shape> \ No newline at end of file
+ <solid android:color="?attr/popupColorTertiary" />
+ <size android:height="@dimen/popup_item_divider_height" />
+</shape>