Work progress on comments update.

This commit is contained in:
Pierre
2018-03-18 14:24:16 +01:00
parent 5c6a38b49c
commit 066805df27
7 changed files with 88 additions and 6 deletions

View File

@ -8,6 +8,7 @@
<!-- User name and image-->
<ImageView
style="@style/CommentUserImage"
android:id="@+id/user_account_image"
android:layout_width="@dimen/account_image_small_width"
android:layout_height="@dimen/account_image_small_height"
@ -31,4 +32,12 @@
android:layout_height="wrap_content"
tools:text="A comment content" />
<!-- Comment actions -->
<ImageButton
style="@style/CommentActionsButton"
android:id="@+id/comment_actions_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@android:drawable/ic_menu_manage" />
</LinearLayout>