Skip to content

Commit

Permalink
[fix/#103] 카드 디테일 수정 라이트모드 아이콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
blueme0 committed Jan 27, 2024
1 parent 42f69e1 commit d884812
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class CardFixFragment
tvGoalContent.text = goalText.value
SignupUtils.CHARACTER_CARD_LIST_BACK[characterId.value]?.let { ivCharacter.setImageResource(it) }
submitInterestList(interests)
isModify = false
}
}
}
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/res/drawable/ic_card_edit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M21,9.138L14.862,3L4,13.862V20H10.138L21,9.138ZM12.775,7.17L14.862,5.083L18.917,9.138L16.83,11.225L12.775,7.17Z"
android:fillColor="#212121"
android:fillType="evenOdd"/>
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_card_fix.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
android:layout_width="280dp"
android:layout_height="400dp"
app:goalTitle="@string/back_card_goal_title"
app:isModify="true"
app:isModifyDetail="true"
app:goalContent="@string/back_card_goal_content"
app:characterImage="@drawable/ic_card_back_penguin"
app:layout_constraintStart_toStartOf="@id/cardview_front"
Expand Down

0 comments on commit d884812

Please sign in to comment.