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

@@ -31,7 +31,7 @@
<TextView
style="@style/SectionHeader"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="14dp"
android:text="@string/section_certify"
android:layout_weight="1" />