Remove unnecessary top margin on the divider between relatec content and comments in fragment_file_view
This commit is contained in:
parent
9e6acd9a0d
commit
c1853b8842
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue