Can like comments.

This commit is contained in:
Pierre
2018-04-07 17:10:46 +02:00
parent b14c13d90e
commit 639c5bbc08
7 changed files with 54 additions and 2 deletions

View File

@ -31,6 +31,13 @@
android:layout_weight="2"
android:layout_height="wrap_content"
tools:text="A comment content" />
<!-- Comment like button -->
<org.communiquons.android.comunic.client.ui.views.LikeButtonView
android:id="@+id/like_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"/>
<!-- Comment actions -->
<ImageView