summaryrefslogtreecommitdiffstats
path: root/res/drawable/bg_pill_focused.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/bg_pill_focused.xml')
-rw-r--r--res/drawable/bg_pill_focused.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/drawable/bg_pill_focused.xml b/res/drawable/bg_pill_focused.xml
index 37afad037..54075d92c 100644
--- a/res/drawable/bg_pill_focused.xml
+++ b/res/drawable/bg_pill_focused.xml
@@ -16,9 +16,8 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_focused="true">
- <shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <stroke android:color="#616161" android:width="2dp"/>
+ <shape android:shape="rectangle">
+ <stroke android:color="?android:attr/colorControlActivated" android:width="2dp" />
<corners android:radius="@dimen/bg_pill_radius" />
</shape>
</item>