라이브 - 배경이미지 가운데 정렬
This commit is contained in:
parent
08d2ccdab4
commit
4af8d7dce1
|
@ -40,8 +40,8 @@ android {
|
|||
applicationId "kr.co.vividnext.sodalive"
|
||||
minSdk 23
|
||||
targetSdk 33
|
||||
versionCode 18
|
||||
versionName "1.4.0"
|
||||
versionCode 19
|
||||
versionName "1.4.1"
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
|
@ -10,12 +10,13 @@
|
|||
<ImageView
|
||||
android:id="@+id/iv_cover"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="0dp"
|
||||
android:contentDescription="@null"
|
||||
android:scaleType="fitCenter"
|
||||
android:layout_marginTop="16dp"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintBottom_toTopOf="@+id/rl_input_chat"
|
||||
app:layout_constraintTop_toBottomOf="@id/ll_top" />
|
||||
|
||||
<View
|
||||
|
|
Loading…
Reference in New Issue