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