Skip to content

Instantly share code, notes, and snippets.

@thanksmister
Created May 28, 2011 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thanksmister/997273 to your computer and use it in GitHub Desktop.
Save thanksmister/997273 to your computer and use it in GitHub Desktop.
Remove the blur and shadow effect on an Android ListView componet.
<?xml version="1.0" encoding="utf-8"?>
<ListView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:cacheColorHint="#00000000"
android:fadingEdge="none"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment