Remove unnecessary top margin on the divider between relatec content and comments in fragment_file_view

This commit is contained in:
Clayton Hickey 2020-05-28 20:52:47 -04:00
parent 9e6acd9a0d
commit c1853b8842

View file

@ -612,12 +612,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
<View
android:background="@color/divider"
android:layout_width="match_parent"
android:layout_marginTop="12dp"
android:layout_height="0.5dp"
android:layout_marginBottom="12dp"
android:layout_height="0.5dp" />
android:background="@color/divider" />
<LinearLayout
android:id="@+id/file_view_comments_area"