Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 6fc4423

Browse files
committed
fix: remove drawer open alpha animation in editor activity
1 parent b28e1a6 commit 6fc4423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/activity_editor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
android:id="@+id/editor_drawerLayout"
66
android:layout_width="match_parent"
77
android:layout_height="match_parent"
8-
android:animateLayoutChanges="true"
98
android:background="?attr/colorSurfaceDim"
109
tools:ignore="DuplicateIncludedIds">
1110

@@ -19,6 +18,7 @@
1918

2019
<androidx.coordinatorlayout.widget.CoordinatorLayout
2120
android:id="@+id/realContainer"
21+
android:animateLayoutChanges="true"
2222
android:background="?attr/colorSurface"
2323
android:layout_width="match_parent"
2424
android:layout_height="match_parent">

0 commit comments

Comments
 (0)