Skip to content

Commit

Permalink
CheoCharm#25 feat: 제목 최대 글자수 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyesung82 committed Feb 13, 2023
1 parent e3b5243 commit 8e55d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ class WriteFragment : BaseFragment<FragmentWriteBinding>(R.layout.fragment_write
}

binding.btnWritePicture.setOnClickListener {
editor.insertImage(
"https://raw.githubusercontent.com/wasabeef/art/master/twitter.png",
"twitter"
)
// TODO: 사진 목록
}
}

Expand Down
1 change: 1 addition & 0 deletions presentation/src/main/res/layout/fragment_write.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
android:background="@null"
android:textSize="@dimen/text_s_large"
android:hint="@string/write_title_hint"
android:maxLength="20"
app:layout_constraintEnd_toStartOf="@id/guideline_write_end"
app:layout_constraintStart_toStartOf="@id/guideline_write_start"
app:layout_constraintTop_toBottomOf="@id/tv_write_title" />
Expand Down

0 comments on commit 8e55d58

Please sign in to comment.