feat: 마이페이지
- 내 채널 보기 추가
This commit is contained in:
@@ -163,6 +163,21 @@
|
||||
android:textSize="14sp" />
|
||||
</RelativeLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_my_channel"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginHorizontal="24dp"
|
||||
android:layout_marginBottom="32dp"
|
||||
android:background="@drawable/bg_round_corner_16_7_3bb9f1"
|
||||
android:fontFamily="@font/pretendard_bold"
|
||||
android:gravity="center"
|
||||
android:paddingVertical="12dp"
|
||||
android:text="내 채널 보기"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="16sp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<!-- Can/Point Section -->
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_can_point_container"
|
||||
|
||||
Reference in New Issue
Block a user