feat(character-detail): 캐릭터 상세
- 탭 UI 추가
This commit is contained in:
9
app/src/main/res/layout/fragment_character_detail.xml
Normal file
9
app/src/main/res/layout/fragment_character_detail.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/color_131313">
|
||||
|
||||
<!-- TODO: 기존 상세 화면 UI를 이 레이아웃으로 이전 예정 -->
|
||||
|
||||
</FrameLayout>
|
||||
Reference in New Issue
Block a user