Divider between email header and content
This commit is contained in:
@@ -161,6 +161,8 @@
|
|||||||
</TableLayout>
|
</TableLayout>
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
<View style="@style/Divider"/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/email_content"
|
android:id="@+id/email_content"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|||||||
@@ -34,4 +34,10 @@
|
|||||||
<item name="android:textSize">@dimen/text_size_secondary</item>
|
<item name="android:textSize">@dimen/text_size_secondary</item>
|
||||||
</style>
|
</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>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user