- CharacterDetail 댓글 섹션 터치 시 BottomSheet 표시 - 헤더/입력폼/Divider/리스트/더보기 BottomSheet 구성 - RecyclerView 하단 도달 시 더미 데이터 추가 로드(Stub) - 상대시간 표기(분/시간/일/년 전) - API 연동은 이후 작업 예정 (스텁)
12 lines
394 B
XML
12 lines
394 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<FrameLayout
|
|
android:id="@+id/fl_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
</LinearLayout>
|