Skip to content

Commit

Permalink
fix: BounceLayout not found
Browse files Browse the repository at this point in the history
  • Loading branch information
trindadedev13 committed Dec 21, 2024
1 parent 9e3ee5d commit 3f4ceb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="12dp">
<dev.trindadedev.learn.ui.components.bouce.BouceLayout
<dev.trindadedev.learn.ui.components.bounce.BounceLayout
android:id="@+id/elastic_moveable_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand All @@ -14,5 +14,5 @@
android:layout_width="match_parent"
android:layout_height="100dp"
android:background="@drawable/drag_shape" />
</dev.trindadedev.learn.ui.components.bouce.BouceLayout>
</dev.trindadedev.learn.ui.components.bounce.BounceLayout>
</RelativeLayout>

0 comments on commit 3f4ceb5

Please sign in to comment.