mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-01 06:13:30 +00:00
Created WebImageView and applyed it to PostAdapter images.
This commit is contained in:
@ -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" />
|
||||
|
||||
|
Reference in New Issue
Block a user