Display comment images

This commit is contained in:
Pierre
2018-04-07 18:18:46 +02:00
parent 20911e9b2a
commit 94dc614ce6
3 changed files with 18 additions and 0 deletions

View File

@ -31,6 +31,13 @@
android:layout_weight="2"
android:layout_height="wrap_content"
tools:text="A comment content" />
<!-- Comment image -->
<ImageView
android:id="@+id/comment_image"
android:layout_width="50dp"
android:layout_height="50dp"
android:contentDescription="@string/comment_image_description"/>
<!-- Comment like button -->
<org.communiquons.android.comunic.client.ui.views.LikeButtonView