Skip to content

Commit

Permalink
#100 / xml파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sub101 committed Dec 3, 2023
1 parent 751e282 commit 1ceeb27
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_mission_waiting_result.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
android:text="@string/mission_result_my_mission"
android:textColor="@color/Gray_600"
app:layout_constraintBottom_toTopOf="@+id/cl_card_my_mission"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_title" />

<TextView
Expand All @@ -64,7 +64,7 @@
android:layout_height="wrap_content"
android:text="@string/mission_result_your_mission"
android:textColor="@color/Gray_600"
app:layout_constraintLeft_toLeftOf="@id/cl_card_partner_mission"
app:layout_constraintStart_toStartOf="@id/cl_card_partner_mission"
app:layout_constraintTop_toTopOf="@id/tv_my_mission" />

<androidx.constraintlayout.widget.ConstraintLayout
Expand Down

0 comments on commit 1ceeb27

Please sign in to comment.