Skip to content

Instantly share code, notes, and snippets.

@igorglotov
Created October 23, 2013 16:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save igorglotov/7121983 to your computer and use it in GitHub Desktop.
Save igorglotov/7121983 to your computer and use it in GitHub Desktop.
ListView with clipToPadding option
<ListView
android:paddingTop="?actionBarSize"
android:layout_gravity="start|bottom"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/chats_list"
android:clipToPadding="false"
android:transcriptMode="normal"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment