
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.
4 lines
201 B
XML
4 lines
201 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:color="?attr/colorControlHighlight"
|
|
android:radius="@dimen/size_unb_ripple" />
|