Display comments owner.

This commit is contained in:
Pierre
2018-03-11 18:51:04 +01:00
parent 588ae5a680
commit 4f86d95240
3 changed files with 24 additions and 4 deletions

View File

@ -9,8 +9,8 @@
<!-- User name and image-->
<ImageView
android:id="@+id/user_account_image"
android:layout_width="@dimen/account_image_default_width"
android:layout_height="@dimen/account_image_default_height"
android:layout_width="@dimen/account_image_xsmall_width"
android:layout_height="@dimen/account_image_xsmall_height"
android:src="@drawable/default_account_image"
android:contentDescription="@string/user_image_description" />