Skip to content

Commit

Permalink
Renames and final touch ups for CL 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
objcode committed Aug 27, 2020
1 parent f05c424 commit 9741396
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ConstraintLayoutExamples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
targetSdkVersion = 28

appCompatVersion = '1.3.0-alpha01'
constraintLayoutVersion = '2.0.0'
constraintLayoutVersion = '2.0.1'
glideVersion = '4.8.0'
kotlinVersion = '1.4.0'
lifeCycleVersion = '2.2.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:minHeight="100dp"
app:layoutDescription="@xml/collapsing_toolbar"
app:layoutDescription="@xml/activity_collapsing_toolbar_scene"
app:layout_scrollFlags="scroll|exitUntilCollapsed">

<com.example.androidstudio.motionlayoutintegrations.CutoutImage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ImageView
android:id="@+id/scrolling_background"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="2000dp"
android:scaleType="centerCrop"
android:src="@drawable/star_parallax"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
android:id="@+id/motion_layout"
android:layout_width="match_parent"
android:layout_height="100dp"
app:layoutDescription="@xml/viewpager"
>
app:layoutDescription="@xml/activity_view_pager_integration_scene">

<ImageView
android:id="@+id/background"
Expand All @@ -47,7 +46,7 @@
android:textColor="?colorSecondary"
android:rotation="30"/>
</androidx.constraintlayout.motion.widget.MotionLayout>

<com.google.android.material.tabs.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
motion:layout_constraintStart_toStartOf="parent"
motion:layout_constraintEnd_toEndOf="parent"
android:layout_width="0dp"
android:layout_height="4478px"
android:layout_height="2000dp"
android:translationY="100px"
/>
</ConstraintSet>
Expand All @@ -60,7 +60,7 @@
motion:layout_constraintEnd_toEndOf="parent"
motion:layout_constraintVertical_bias="0.80"
android:layout_width="0dp"
android:layout_height="4478px"
android:layout_height="2000dp"
/>
</ConstraintSet>
<ConstraintSet
Expand Down Expand Up @@ -135,7 +135,7 @@
motion:layout_constraintEnd_toEndOf="parent"
motion:layout_constraintVertical_bias="0.70"
android:layout_width="0dp"
android:layout_height="4478px"
android:layout_height="2000dp"
/>
</ConstraintSet>
<ConstraintSet
Expand All @@ -147,7 +147,7 @@
motion:layout_constraintStart_toStartOf="parent"
motion:layout_constraintEnd_toEndOf="parent"
android:layout_width="0dp"
android:layout_height="4478px"
android:layout_height="2000dp"
/>
<Constraint
android:id="@+id/card1"
Expand Down

0 comments on commit 9741396

Please sign in to comment.