aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/user_header.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/user_header.xml')
-rw-r--r--app/src/main/res/layout/user_header.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/layout/user_header.xml b/app/src/main/res/layout/user_header.xml
index 0b303afe..a9ff4bee 100644
--- a/app/src/main/res/layout/user_header.xml
+++ b/app/src/main/res/layout/user_header.xml
@@ -52,6 +52,12 @@
android:autoLink="email"/>
</LinearLayout>
+
+ <View
+ android:layout_width="fill_parent"
+ android:layout_height="1px"
+ android:background="@color/dividerColor"
+ android:layout_alignParentBottom="true"/>
</RelativeLayout>