fix scrollviews auto-sizing on older phones

This commit is contained in:
dosiecki 2017-12-05 02:01:24 -08:00
parent 48ed38ddb2
commit 2961c9ea25
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
android:layout_gravity="bottom|center_horizontal" >
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="wrap_content" >
<TextView
android:id="@+id/intel_title_header"

View file

@ -5,7 +5,7 @@
android:layout_gravity="bottom|center_horizontal" >
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent" >
android:layout_height="wrap_content" >
<TextView
android:id="@+id/intel_title_header"