Browse Source

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

Hasemi 6 years ago
parent
commit
9fef807d58
1 changed files with 1 additions and 1 deletions
  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">