From 2de64fca02c6c218867d3413964cea7b552fb7ac Mon Sep 17 00:00:00 2001 From: Alan Evans Date: Mon, 13 May 2019 18:05:53 -0300 Subject: [PATCH] Image Editor - Fix double HUD animation on older devices. --- res/layout/image_editor_hud.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/res/layout/image_editor_hud.xml b/res/layout/image_editor_hud.xml index b522492a1..e58414048 100644 --- a/res/layout/image_editor_hud.xml +++ b/res/layout/image_editor_hud.xml @@ -19,11 +19,8 @@ android:id="@+id/scribble_toolbar" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignParentEnd="true" - android:layout_gravity="top|end" android:layout_marginTop="8dp" android:layout_marginEnd="10dp" - android:animateLayoutChanges="true" android:orientation="horizontal" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent">