Bladeren bron

Merge branch 'develop' of https://github.com/swict/LifePlusAndroid into develop

hyodong.min 7 jaren geleden
bovenliggende
commit
73f66ab666
1 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. 3 1
      app/src/main/res/layout/contents_listicle_detail.xml

+ 3 - 1
app/src/main/res/layout/contents_listicle_detail.xml

@@ -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"