浏览代码

[이벤트][Common] 이벤트 아이템뷰 수정

Hasemi 6 年之前
父节点
当前提交
9fef807d58
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/main/res/layout/event_item_view.xml

+ 1 - 1
app/src/main/res/layout/event_item_view.xml

@@ -54,7 +54,7 @@
     <android.support.constraint.ConstraintLayout
       android:id="@+id/bottom_view"
       android:layout_width="match_parent"
-      android:layout_height="0dp"
+      android:layout_height="150dp"
       app:layout_constraintEnd_toEndOf="parent"
       app:layout_constraintStart_toStartOf="parent"
       app:layout_constraintTop_toBottomOf="@+id/image_view_thumbnail">