소스 검색

raise space between avatar and text

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 년 전
부모
커밋
b585ec065c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/res/layout/rv_item_conversation_with_last_message.xml

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

@@ -36,7 +36,7 @@
             android:layout_width="@dimen/small_item_height"
             android:layout_height="@dimen/small_item_height"
             android:layout_centerVertical="true"
-            android:layout_marginEnd="@dimen/margin_between_elements">
+            android:layout_marginEnd="@dimen/double_margin_between_elements">
 
             <com.facebook.drawee.view.SimpleDraweeView
                 android:id="@id/dialogAvatar"