mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-01 06:13:30 +00:00
Display comment images
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user