mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-06 10:02:54 +00:00
Display comments owner.
This commit is contained in:
@ -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" />
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
<!-- The default size of an account image -->
|
||||
<dimen name="account_image_default_width">64dp</dimen>
|
||||
<dimen name="account_image_default_height">64dp</dimen>
|
||||
<dimen name="account_image_xsmall_width">16dp</dimen>
|
||||
<dimen name="account_image_xsmall_height">16dp</dimen>
|
||||
|
||||
<!-- Dimensions for the conversation list -->
|
||||
<dimen name="fragment_conversations_list_icon_width">20dp</dimen>
|
||||
|
Reference in New Issue
Block a user