Improved comments and post appearance.

This commit is contained in:
Pierre
2018-03-12 18:58:15 +01:00
parent 4f86d95240
commit 5ab8575c40
3 changed files with 7 additions and 3 deletions

View File

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