Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Fixes #2811 - Removes custom attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
boek authored and ekager committed May 24, 2019
1 parent c6ac791 commit f76437f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions app/src/main/res/xml/home_scene.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,7 @@
<KeyAttribute
motion:motionTarget="@id/homeDividerShadow"
motion:framePosition="90"
android:alpha="0">
<CustomAttribute
motion:attributeName="layoutMarginStart"
motion:customPixelDimension="0dp" />
<CustomAttribute
motion:attributeName="layoutMarginEnd"
motion:customPixelDimension="0dp" />
</KeyAttribute>
android:alpha="0" />

<KeyAttribute
motion:motionTarget="@id/toolbar_wrapper"
Expand Down

0 comments on commit f76437f

Please sign in to comment.