Initial commit

This commit is contained in:
2025-05-13 19:24:51 +02:00
commit a950f49678
10604 changed files with 932663 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?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>