Skip to content

Commit

Permalink
Be gone evil list-divider
Browse files Browse the repository at this point in the history
  • Loading branch information
dan1el committed Dec 4, 2012
1 parent a231237 commit e0934ca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions application/res/layout/fragment_section_realtime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/relativeLayout1"
android:layout_below="@+id/relativeLayout1"
android:paddingRight="8dp">
android:paddingRight="8dp"
android:divider="@null"
android:dividerHeight="0dp">
</ListView>

<ListView
Expand All @@ -60,7 +62,9 @@
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/relativeLayout1"
android:layout_below="@+id/relativeLayout1"
android:paddingRight="8dp">
android:paddingRight="8dp"
android:divider="@null"
android:dividerHeight="0dp">
</ListView>

<ProgressBar
Expand Down

0 comments on commit e0934ca

Please sign in to comment.