From 8e55d587533b9a06ce404bc6b0252bdc76716546 Mon Sep 17 00:00:00 2001 From: Hyesung82 Date: Tue, 14 Feb 2023 00:46:27 +0900 Subject: [PATCH] =?UTF-8?q?#25=20feat:=20=EC=A0=9C=EB=AA=A9=20=EC=B5=9C?= =?UTF-8?q?=EB=8C=80=20=EA=B8=80=EC=9E=90=EC=88=98=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/cheocharm/presentation/ui/write/WriteFragment.kt | 5 +---- presentation/src/main/res/layout/fragment_write.xml | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/presentation/src/main/java/com/cheocharm/presentation/ui/write/WriteFragment.kt b/presentation/src/main/java/com/cheocharm/presentation/ui/write/WriteFragment.kt index 76ab237d..03b7a36c 100644 --- a/presentation/src/main/java/com/cheocharm/presentation/ui/write/WriteFragment.kt +++ b/presentation/src/main/java/com/cheocharm/presentation/ui/write/WriteFragment.kt @@ -77,10 +77,7 @@ class WriteFragment : BaseFragment(R.layout.fragment_write } binding.btnWritePicture.setOnClickListener { - editor.insertImage( - "https://raw.githubusercontent.com/wasabeef/art/master/twitter.png", - "twitter" - ) + // TODO: 사진 목록 } } diff --git a/presentation/src/main/res/layout/fragment_write.xml b/presentation/src/main/res/layout/fragment_write.xml index 77ebaed9..a7c180a6 100644 --- a/presentation/src/main/res/layout/fragment_write.xml +++ b/presentation/src/main/res/layout/fragment_write.xml @@ -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" />