[android] Removed redundant horizontal divider from the bookmarks description layout, otherwise it's duplicated with the recycler divider

This commit is contained in:
alexzatsepin 2020-11-24 13:07:23 +03:00 committed by Alexander Boriskov
parent 5ec12f512e
commit 817d7f6290

View file

@ -68,5 +68,4 @@
android:gravity="center_vertical"
tools:text="@string/about_menu_title" />
</LinearLayout>
<include layout="@layout/divider_horizontal" />
</merge>