Files
sodalive-android/app/src/main/res/layout/activity_introduce_creator.xml
klaus b331048dec 콘텐츠 메인 - 무료 탭
- 크리에이터 소개 전체보기 페이지 추가
2025-02-14 15:31:01 +09:00

18 lines
589 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:background="@color/black"
android:orientation="vertical">
<include
android:id="@+id/toolbar"
layout="@layout/detail_toolbar" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false" />
</LinearLayout>