All remote images views uses WebImageView

This commit is contained in:
Pierre HUBERT
2018-08-23 15:08:27 +02:00
parent 68297ae2fd
commit 2cb7bf7eb2
7 changed files with 28 additions and 45 deletions

View File

@ -14,7 +14,7 @@
app:layout_constraintTop_toTopOf="parent"
android:layout_marginTop="16dp">
<ImageView
<org.communiquons.android.comunic.client.ui.views.WebUserAccountImage
android:id="@+id/user_account_image"
android:layout_width="@dimen/account_image_default_width"
android:layout_height="@dimen/account_image_default_height"

View File

@ -7,7 +7,7 @@
android:padding="4dp">
<!-- User image -->
<ImageView
<org.communiquons.android.comunic.client.ui.views.WebUserAccountImage
android:id="@+id/user_account_image"
android:layout_width="@dimen/account_image_default_width"
android:layout_height="@dimen/account_image_default_height"

View File

@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
<org.communiquons.android.comunic.client.ui.views.WebUserAccountImage
android:id="@+id/user_account_image"
android:layout_width="@dimen/account_image_default_width"
android:layout_height="@dimen/account_image_default_height"