Fix height of section headers on Android 7

This commit is contained in:
Dominik Schürmann
2016-12-05 16:58:40 +01:00
parent 4d551c5c1a
commit e7ca41c1e9
9 changed files with 22 additions and 38 deletions

View File

@@ -33,7 +33,7 @@
<TableLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:layout_weight="1"
android:stretchColumns="1">
@@ -72,8 +72,8 @@
</TableRow>
<TableRow
android:layout_width="fill_parent"
android:layout_height="fill_parent">
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
@@ -90,8 +90,8 @@
</TableRow>
<TableRow
android:layout_width="fill_parent"
android:layout_height="fill_parent">
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
@@ -108,8 +108,8 @@
</TableRow>
<TableRow
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/row_reason">
<TextView
@@ -154,7 +154,7 @@
<TableLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:layout_marginBottom="4dp"
android:layout_weight="1"