
Change most of the external layout/drawable code to use colorControlHighlight instead of selection_color so that control over which kind of selection color is used is more fine-grained.
9 lines
301 B
XML
9 lines
301 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:color="?attr/colorControlHighlight">
|
|
<item>
|
|
<shape android:shape="oval">
|
|
<solid android:color="@android:color/white" />
|
|
</shape>
|
|
</item>
|
|
</ripple>
|