Created WebImageView and applyed it to PostAdapter images.

This commit is contained in:
Pierre
2018-04-14 13:32:41 +02:00
parent 602cb9571d
commit db68d5be18
4 changed files with 79 additions and 6 deletions

View File

@ -70,10 +70,11 @@
</LinearLayout>
<!-- Post image (if any) -->
<ImageView
<org.communiquons.android.comunic.client.ui.views.WebImageView
android:id="@+id/post_image"
android:layout_width="match_parent"
android:layout_height="200dp"
android:src="@drawable/img_placeholder"
android:contentDescription="@string/post_image_description"
android:scaleType="centerInside" />