http://stackoverflow.com/questions/2865683/android-disable-highlighting-in-gridview
<?xml version="1.0" encoding="utf-8"?>
<GridView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/grid"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:listSelector="@android:color/transparent"
/>
'Android' 카테고리의 다른 글
Install another apk manually in source code (0) | 2012.07.16 |
---|---|
write to a sdcard file (0) | 2012.05.15 |
WebView 한글깨짐 (0) | 2012.04.04 |
VideoView의 Controller를 Custom으로 등록 (0) | 2012.04.03 |
Analysis of the Android Architecture (0) | 2012.01.27 |