Add "line of death"
This commit is contained in:
parent
42d99739b5
commit
047ef2db50
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
tools:visibility="visible"/>
|
tools:visibility="visible"/>
|
||||||
|
|
||||||
|
<Space
|
||||||
|
android:id="@+id/line_of_death"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="8dp" />
|
||||||
|
|
||||||
<com.fsck.k9.view.ToolableViewAnimator
|
<com.fsck.k9.view.ToolableViewAnimator
|
||||||
android:id="@+id/message_layout_animator"
|
android:id="@+id/message_layout_animator"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
Loading…
Reference in a new issue