Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Team-WSS/WSS-Android int…
Browse files Browse the repository at this point in the history
…o feat/515
  • Loading branch information
s9hn committed Jan 14, 2025
2 parents cee9b8a + 015401d commit 20b9968
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/layout/item_storage_novel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
android:lineSpacingExtra="5sp"
android:maxLines="2"
android:text='@{novel.title}'
android:textAppearance="@style/body2"
android:textAppearance="@style/body4"
android:textColor="@color/black"
app:layout_constraintEnd_toEndOf="@id/iv_storage_novel_cover"
app:layout_constraintStart_toStartOf="@id/iv_storage_novel_cover"
Expand All @@ -52,6 +52,7 @@
android:text='@{novel.author}'
android:textAppearance="@style/label1"
android:textColor="@color/gray_200_AEADB3"
android:layout_marginTop="4dp"
app:layout_constraintStart_toStartOf="@+id/tv_storage_novel_title"
app:layout_constraintTop_toBottomOf="@id/tv_storage_novel_title"
tools:text="이보라" />
Expand Down Expand Up @@ -81,4 +82,4 @@
tools:text="4.5" />

</androidx.constraintlayout.widget.ConstraintLayout>
</layout>
</layout>

0 comments on commit 20b9968

Please sign in to comment.