Like button reacts on click.

This commit is contained in:
Pierre
2018-04-04 18:16:33 +02:00
parent 1f91d0b9bb
commit 98fcec6779
2 changed files with 16 additions and 3 deletions

View File

@ -21,7 +21,7 @@
android:id="@+id/like_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_gravity="center_vertical"
tools:text="Like" />
</LinearLayout>