android - 安卓机上 html input 改这个小水滴颜色的问题
怪我咯
怪我咯 2017-04-17 17:55:47
0
2
649

安卓机上 html input输入文字后,在点击字的中间的时候会出现一个水滴一样的东西,请问可以改这个水滴的颜色吗

如果是安卓机自带的,为什么有些是水滴形状,有些是房屋的形状
html在微信上显示:

手机自带浏览器显示:

微信上输入框的颜色是这样的:

怪我咯
怪我咯

走同样的路,发现不同的人生

全部回覆(2)
阿神
<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>  
刘奇

水滴的形狀是android 5.0以後(或適配了android design的效果),而房屋狀是4.x版本的效果,此項依賴android系統和顯示html應用的設置,例如華為的機器就是那個綠色水滴,而且還不能變色= =

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!