方法一,在控制項被初始化的時候設定
1
2
gridview.setselector(
new
colordrawable(color.transparent));
listview.setselector(
new
colordrawable(color.transparent));
方法二,在布局檔案中設定listselector屬性
1
2
3
4
5
6
7
8
9
10
11
12
13
android:listselector=
"@android:color/transparent"
android:numcolumns=
"auto_fit"
android:columnwidth=
"50dp"
android:stretchmode=
"spacingwidth"
android:layout_weight=
"1.0"
android:layout_height=
"0dip"
android:layout_width=
"match_parent"
/>
android:listselector=
"@android:color/transparent"
android:layout_height=
"match_parent"
android:layout_width=
"match_parent"
/>
當然也可以定製化自己想要的效果。
推薦使用方法二,解耦邏輯**與布局檔案。
input radio點選選中再點選取消
這裡主要說一下這個jquery中的data 方法,個人感覺這個方法平時挺少用到的,所以說一說,按照官方的解釋就是 向元素附加資料,然後取回該資料 嗯,是的,就是這麼簡單。那這裡說一下這個方法的使用,我們都知道單選按鈕在點選之後再點選是不能直接取消的,要取消的話只能使用js設定checked屬性,如果...
GridView選中,編輯,取消,刪除
臺 你可以使用sqlhelper,本文沒用。如下 using system using system.data using system.configuration using system.web using system.web.security using system.web.ui usin...
ListView點選效果設定
android focusable true android focusableintouchmode true 以上兩個屬性一起使用有些特別的地方,比如設定 itemview的android focusable true android focusableintouchmode true 可以使i...