Skip to content

Commit

Permalink
πŸ› Fix: 보관함 ν‚€μ›Œλ“œ μ€„λ°”κΏˆ μˆ˜μ •
Browse files Browse the repository at this point in the history
Related to: #351
  • Loading branch information
edv-Shin committed Jan 20, 2025
1 parent 704f2f8 commit e5e088b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/layout/fragment_diary_archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
android:layout_marginEnd="32dp"
android:layout_marginTop="8dp"
android:text="@={viewModel.keyword}"
android:inputType="text"
android:maxLength="8"
android:maxLines="1"
app:layout_constraintEnd_toStartOf="@+id/diary_archive_filter_search_btn"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/diary_archive_filter" />
Expand Down

0 comments on commit e5e088b

Please sign in to comment.