jimu-decompiled/resources/res/layout/item_no_comment.xml
2025-05-13 19:24:51 +02:00

22 lines
983 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:gravity="center_horizontal"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="@dimen/community_details_comment_no_height"
android:layout_marginLeft="@dimen/community_details_comment_margin_left"
android:layout_marginRight="@dimen/community_details_comment_margin_right"
android:layout_marginBottom="@dimen/community_details_op_height">
<View
android:background="@color/bg_D8DFE5"
android:layout_width="match_parent"
android:layout_height="@dimen/split_line_height"/>
<TextView
android:textSize="@dimen/content13"
android:textColor="@color/txt_98A5B6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="80dp"
android:text="@string/issue_comment_not"/>
</LinearLayout>