Skip to content

Commit

Permalink
Merge pull request #68 from boostcampwm2023/AOS-design/mindmap
Browse files Browse the repository at this point in the history
fragment_mindmap.xml์—์„œ ์ž˜๋ชป๋œ constraint ์œ„์น˜ ์กฐ์ •
  • Loading branch information
hegleB authored Nov 20, 2023
2 parents 063d70d + 124cf59 commit ca36d5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AOS/app/src/main/res/layout/fragment_mindmap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@
android:layout_height="0dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintBottom_toTopOf="@id/view_mindmap_side_bar"
app:layout_constraintTop_toTopOf="parent" />

<boostcamp.and07.mindsync.ui.view.NodeView
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintBottom_toTopOf="@id/view_mindmap_side_bar"
app:layout_constraintTop_toTopOf="parent" />

<androidx.constraintlayout.widget.Group
Expand Down

0 comments on commit ca36d5d

Please sign in to comment.