最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Android中EditText和AutoCompleteTextView設置文字選中顏色方法

 更新時間:2015年01月17日 09:51:55   投稿:junjie  
這篇文章主要介紹了Android中EditText和AutoCompleteTextView設置文字選中顏色方法,本文給出了效果圖和實現(xiàn)代碼,需要的朋友可以參考下

EditText和AutoCompleteTextView設置文字選中顏色 大多數(shù)Android Rom上,文本選擇的背景色都是很好看的鮮綠色, 但是在某些垃圾的三星手機上,居然是藍色,令人惡心反感,其實完全可以通過程序來修改,文本的默認選中背景色.

所用API解釋

復制代碼 代碼如下:

android:textColorHighlight Color of the text selection highlight.

EditText設置效果

AutoCompleteTextView 設置效果

實現(xiàn)代碼

復制代碼 代碼如下:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >
    <EditText
      android:id="@+id/et_inputBox"
      android:layout_height="wrap_content"
      android:layout_width="match_parent"
      android:textColorHighlight="#B4DF87"
        />

    <AutoCompleteTextView
        android:id="@+id/act_input"
        android:layout_below="@id/et_inputBox"
        android:layout_width="fill_parent"
      android:layout_height="wrap_content"
      android:textColorHighlight="#B4DF87"
        />
</LinearLayout>

相關文章

最新評論

和静县| 乃东县| 阿鲁科尔沁旗| 汝阳县| 温泉县| 德兴市| 鄂伦春自治旗| 唐山市| 五华县| 金平| 湖南省| 弥勒县| 安西县| 浮山县| 大同市| 临西县| 辽宁省| 周至县| 临潭县| 库尔勒市| 阿克| 康乐县| 新源县| 尼勒克县| 专栏| 湟源县| 五指山市| 伊吾县| 哈密市| 沾益县| 巴林右旗| 新密市| 宝清县| 建平县| 高清| 大渡口区| 印江| 台中市| 浦北县| 丰城市| 周宁县|