mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-30 23:00:09 -05:00
LinearLayout fill_parent
(Don't think it really matters.)
This commit is contained in:
parent
1cbdd390f3
commit
5957735a0b
@ -14,7 +14,7 @@
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="fill_parent">
|
||||
|
||||
<!-- Header area -->
|
||||
<include layout="@layout/message_view_header"/>
|
||||
|
Loading…
Reference in New Issue
Block a user