我试图在webview中着色长按选择句柄。我是通过主题中的colorXYZ属性来完成的。适用于textView,但不适用于WebView,它保持默认的绿色/蓝色
这就是我所拥有的,没有任何属性适用于webview
<style name="BaseTheme" parent="@style/Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/gold</item>
<item name="colorControlActivated">@color/brown</item>
<item name="colorButtonNormal">@color/gold</item>
</style>
::selection {
background: #FFAABB;
}
这只会选择矩形