Remove dividers between Contributions

This commit is contained in:
YuviPanda 2013-02-02 12:58:22 +05:30
parent d8c6c304fd
commit 6c7997fdfa

View file

@ -6,6 +6,9 @@
android:layout_height="fill_parent">
<ListView android:id="@+id/contributionsList"
android:layout_height="fill_parent"
android:layout_width="fill_parent" />
android:layout_width="fill_parent"
android:dividerHeight="0dp"
android:divider="@null"
/>
</LinearLayout>