소스 검색

Fix avatar issue

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 5 년 전
부모
커밋
ac54a38e07
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/res/layout/rv_item_conversation.xml

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

@@ -23,7 +23,7 @@
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
-    android:layout_height="@dimen/rv_item_view_height"
+    android:layout_height="64dp"
     android:layout_margin="8dp">