Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 399db3e

Browse files
authored
Merge pull request #29 from rayworks/container_id_aligned
Align the container id when using a simple CoordinatorLayout
2 parents 24c46c5 + c3387b7 commit 399db3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

motionlayout/src/main/res/layout/motion_11_coordinatorlayout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-->
1616
<android.support.design.widget.CoordinatorLayout
1717
xmlns:android="http://schemas.android.com/apk/res/android"
18-
android:id="@+id/content"
18+
android:id="@+id/motionLayout"
1919
android:layout_width="match_parent"
2020
android:layout_height="match_parent"
2121
android:fitsSystemWindows="false"

0 commit comments

Comments
 (0)