LinearLayout fill_parent

(Don't think it really matters.)
This commit is contained in:
Joe Steele 2013-03-31 16:15:04 -04:00
parent 1cbdd390f3
commit 5957735a0b
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>