Skip to content

Commit

Permalink
#6 [fix] 상단 앱바 top constraint 주기
Browse files Browse the repository at this point in the history
  • Loading branch information
wateralsie committed May 26, 2023
1 parent a08301d commit 28d2de5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_home.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
android:layout_height="wrap_content"
android:paddingBottom="14dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent">
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">

<TextView
android:id="@+id/tv_home_title"
Expand Down

0 comments on commit 28d2de5

Please sign in to comment.