mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
fix scrollviews auto-sizing on older phones
This commit is contained in:
parent
48ed38ddb2
commit
2961c9ea25
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue