Created
October 23, 2013 16:33
-
-
Save igorglotov/7121983 to your computer and use it in GitHub Desktop.
ListView with clipToPadding option
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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