Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fragment_mindmap.xml에서 잘못된 constraint 위치 조정 #68

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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