mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-06 10:02:54 +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>
|
@ -100,4 +100,5 @@
|
||||
<string name="post_visibility_public">public</string>
|
||||
<string name="post_visibility_friends">friends</string>
|
||||
<string name="post_visibility_private">private</string>
|
||||
<string name="post_image_description">Post image (if any)</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user