1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

rename the message_view_header component that actually contained just

the message
This commit is contained in:
Jesse Vincent 2011-02-10 18:01:20 -05:00
parent 594b3291ac
commit d29781b2fd
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
android:background="@android:color/transparent"
android:layout_height="wrap_content"
android:layout_weight="1">
<include layout="@layout/message_view_header" />
<include layout="@layout/message" />
<include layout="@layout/message_view_scrolling_buttons"/>
</LinearLayout>
</com.fsck.k9.view.ToggleScrollView>