Divider between email header and content

This commit is contained in:
str4d
2014-11-17 03:40:09 +00:00
parent 765bfd090d
commit 4f7d8095c3
2 changed files with 8 additions and 0 deletions

View File

@@ -161,6 +161,8 @@
</TableLayout>
</RelativeLayout>
<View style="@style/Divider"/>
<TextView
android:id="@+id/email_content"
android:layout_width="match_parent"

View File

@@ -34,4 +34,10 @@
<item name="android:textSize">@dimen/text_size_secondary</item>
</style>
<style name="Divider">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">1dp</item>
<item name="android:background">?android:attr/listDivider</item>
</style>
</resources>