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. 怎么在phpstudy中用phpexcel上傳數據到MYSQL?2. javascript - 百度搜索網站,如何讓搜索結果顯示一張圖片加上一段描述,如圖;求教3. phpadmin的數據庫,可以設置自動變化時間的變量嗎?就是不需要接收時間數據,自動變化4. html5和Flash對抗是什么情況?5. 求救一下,用新版的phpstudy,數據庫過段時間會消失是什么情況?6. javascript - win7 npm安裝gulp失敗,已是管理員打開,也設置了文件權限7. html - 爬蟲時出現“DNS lookup failed”,打開網頁卻沒問題,這是什么情況?8. boot2docker無法啟動9. mac里的docker如何命令行開啟呢?10. 這是什么情況???
