|
|
@@ -9,7 +9,8 @@
|
|
|
<kr.co.zumo.app.lifeplus.view.custom.contents.CustomListicleImageView
|
|
|
android:id="@+id/custom_listicle_image_view"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="320dp"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ app:layout_constraintDimensionRatio="V, 1:1"
|
|
|
app:layout_constraintBottom_toTopOf="@+id/scroll_view"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
@@ -21,6 +22,7 @@
|
|
|
style="@style/ContentsScrollBars"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
+ app:layout_constraintDimensionRatio="V, 1:1"
|
|
|
android:layout_marginStart="25dp"
|
|
|
android:layout_marginTop="25dp"
|
|
|
android:layout_marginEnd="25dp"
|