Display post images

This commit is contained in:
Pierre
2018-02-03 14:07:46 +01:00
parent 89172a7c88
commit 9b4ed6da7e
4 changed files with 40 additions and 3 deletions

View File

@ -47,6 +47,13 @@
</LinearLayout>
<!-- Post image (if any) -->
<ImageView
android:id="@+id/post_image"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitCenter"/>
<!-- Post content -->
<TextView
android:id="@+id/post_content"