android - 安卓机上 html input 改这个小水滴颜色的问题
问题描述
安卓机上 html input输入文字后,在点击字的中间的时候会出现一个水滴一样的东西,请问可以改这个水滴的颜色吗
如果是安卓机自带的,为什么有些是水滴形状,有些是房屋的形状html在微信上显示:
手机自带浏览器显示:
微信上输入框的颜色是这样的:

问题解答
回答1:<style name='Widget.TextView'> <item name='android:textAppearance'>?android:attr/textAppearanceSmall</item> <item name='android:textSelectHandleLeft'>?android:attr/textSelectHandleLeft</item> <item name='android:textSelectHandleRight'>?android:attr/textSelectHandleRight</item> <item name='android:textSelectHandle'>?android:attr/textSelectHandle</item> </style>
不好意思,看错了,你可以试着修改theme中的属性试试,我看系统主题里是有这个属性的
<style name='Theme'><!-- Text selection handle attributes --><item name='textSelectHandleLeft'>@android:drawable/text_select_handle_left</item><item name='textSelectHandleRight'>@android:drawable/text_select_handle_right</item><item name='textSelectHandle'>@android:drawable/text_select_handle_middle</item><item name='textSelectHandleWindowStyle'>@android:style/Widget.TextSelectHandle</item> </style> 回答2:
水滴的形状是android 5.0以后(或者适配了android design的效果),而房屋状是4.x版本的效果,此项依赖android系统和显示html应用的设置,比如华为的机器就是那个绿色水滴,而且还不能变色= =
相关文章:
1. python2.7 - python 函数或者类 代码的执行顺序2. javascript - requestAnimationFrame如何控制帧速?3. nginx - ngnix问题4. javascript - immutable配合react提升性能?5. android glide asbitmap 在baseadpter中的问题6. PHP类封装的插入数据,总是插入不成功,返回false;7. mysql 慢查询日志中的内容查看问题8. 求救一下,用新版的phpstudy,数据库过段时间会消失是什么情况?9. css - 写页面遇到个布局问题,求大佬们帮解答,在线等,急!~10. php - 微信开发验证服务器有效性

网公网安备