reduce card outer margins
This commit is contained in:
parent
ad2c6eb999
commit
a189de1bb7
@ -14,7 +14,7 @@
|
|||||||
<TableLayout
|
<TableLayout
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:padding="16dp"
|
android:padding="8dp"
|
||||||
android:baselineAligned="false"
|
android:baselineAligned="false"
|
||||||
android:shrinkColumns="0,1"
|
android:shrinkColumns="0,1"
|
||||||
android:stretchColumns="0,1">
|
android:stretchColumns="0,1">
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<TableLayout
|
<TableLayout
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:padding="16dp"
|
android:padding="8dp"
|
||||||
android:baselineAligned="false"
|
android:baselineAligned="false"
|
||||||
android:shrinkColumns="0,1"
|
android:shrinkColumns="0,1"
|
||||||
android:stretchColumns="0,1">
|
android:stretchColumns="0,1">
|
||||||
|
Loading…
Reference in New Issue
Block a user