articleList: small layout style improvement.

This commit is contained in:
Kevin Meyer 2014-12-16 19:19:53 +01:00
parent 4f2a4d1399
commit e982dfb1b6

View File

@ -11,9 +11,7 @@
<ListView <ListView
android:id="@+id/liste_articles" android:id="@+id/liste_articles"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content" >
android:divider="#000000"
android:dividerHeight="1dp" >
</ListView> </ListView>