feat: 메인 라이브
- 최근 종료한 라이브 - 라이브 아이콘 제거 - 커뮤니티 - 이미지 사이즈 수정 (53.3 -> 64)
This commit is contained in:
@@ -73,8 +73,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_post_image"
|
||||
android:layout_width="53.3dp"
|
||||
android:layout_height="53.3dp"
|
||||
android:layout_width="64dp"
|
||||
android:layout_height="64dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:contentDescription="@null"
|
||||
android:scaleType="centerCrop" />
|
||||
|
||||
@@ -27,13 +27,6 @@
|
||||
android:contentDescription="@null"
|
||||
android:scaleType="centerCrop" />
|
||||
|
||||
<!-- LIVE 배지 -->
|
||||
<ImageView
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="18dp"
|
||||
android:layout_gravity="bottom|center_horizontal"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/img_live" />
|
||||
</FrameLayout>
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user