1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-29 19:20:36 +02:00

Add a bit of space around the edges

This commit is contained in:
Erik Johansson
2018-02-12 22:10:03 +01:00
parent 9d9611ac72
commit 8b3461c2b8

View File

@@ -69,7 +69,8 @@
<ListView
android:id="@+id/tableDataView"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:layout_marginHorizontal="5dp">
</ListView>
</LinearLayout>
</LinearLayout>