mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-06-21 09:35:19 +00:00
Display comments content.
This commit is contained in:
@ -66,7 +66,8 @@
|
||||
android:id="@+id/post_image"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:scaleType="fitCenter"/>
|
||||
android:scaleType="fitCenter"
|
||||
android:contentDescription="@string/post_image_description"/>
|
||||
|
||||
<!-- Post content -->
|
||||
<TextView
|
||||
@ -76,5 +77,12 @@
|
||||
tools:text="Post content"
|
||||
style="@style/PostContent" />
|
||||
|
||||
<!-- Post comments -->
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:id="@+id/comments_list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
||||
</LinearLayout>
|
Reference in New Issue
Block a user