라이브 - 배경이미지 상단정렬
This commit is contained in:
@@ -10,9 +10,10 @@
|
||||
<ImageView
|
||||
android:id="@+id/iv_cover"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:contentDescription="@null"
|
||||
android:visibility="gone"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_marginTop="16dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/ll_top" />
|
||||
|
Reference in New Issue
Block a user