summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/src/main/res/layout/feeditem_fragment.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feeditem_fragment.xml b/app/src/main/res/layout/feeditem_fragment.xml
index 78b47a74c..3dd4e134d 100644
--- a/app/src/main/res/layout/feeditem_fragment.xml
+++ b/app/src/main/res/layout/feeditem_fragment.xml
@@ -125,6 +125,11 @@
</LinearLayout>
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="2dp"
+ android:background="@color/light_gray"/>
+
</LinearLayout>
<WebView