For #16519: Add space above Delete History button (#17492)

add space above Delete History button

Co-authored-by: Jocelyne Abi Haidar <jocelyne.ah1@gmail.com>
upstream-sync
Mugurell 3 years ago committed by GitHub
parent 051988ecff
commit d8dc1c4803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,8 +13,10 @@
android:id="@+id/delete_button"
style="@style/DestructiveButton"
android:layout_marginHorizontal="16dp"
android:layout_marginTop="8dp"
android:text="@string/history_delete_all"
android:visibility="gone" />
android:visibility="gone"
tools:visibility="visible" />
<include layout="@layout/recently_closed_nav_item" />

Loading…
Cancel
Save