fix [修复]

This commit is contained in:
hch
2024-04-07 17:29:08 +08:00
parent 7072aadcb6
commit 1e91f4c716
23 changed files with 107 additions and 35 deletions

View File

@@ -43,6 +43,13 @@
android:layout_height="match_parent"
android:scaleType="centerCrop" />
<View
android:id="@+id/top_bg"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentBottom="true"
android:alpha="0.1" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="70dp"

View File

@@ -71,7 +71,6 @@
android:id="@+id/del"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:padding="10dp"
android:text="@string/delete"
android:textColor="#777777"
@@ -82,8 +81,7 @@
android:id="@+id/replyTextView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:padding="10dp"
android:padding="9dp"
android:text="@string/dialog_message_chat_notify_btn"
android:textColor="#777777"
android:textSize="11dp" />
@@ -92,9 +90,8 @@
android:id="@+id/report"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_marginRight="5dp"
android:padding="10dp"
android:padding="9dp"
android:text="@string/chat_report"
android:textColor="#333333"
android:textSize="11dp"

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -35,4 +35,5 @@
<string name="uploading">Uploading...</string>
<string name="upload_fail">Upload failed</string>
<string name="please_input_content">Please fill in the publication content</string>
<string name="comm_details">Details</string>
</resources>

View File

@@ -1500,4 +1500,5 @@
<string name="uploading">上傳中...</string>
<string name="upload_fail">上傳失敗</string>
<string name="please_input_content">請填寫發佈內容</string>
<string name="comm_details">詳情</string>
</resources>

View File

@@ -1500,4 +1500,5 @@
<string name="uploading">上傳中...</string>
<string name="upload_fail">上傳失敗</string>
<string name="please_input_content">請填寫發佈內容</string>
<string name="comm_details">詳情</string>
</resources>

View File

@@ -1498,4 +1498,5 @@
<string name="uploading">上傳中...</string>
<string name="upload_fail">上傳失敗</string>
<string name="please_input_content">請填寫發佈內容</string>
<string name="comm_details">詳情</string>
</resources>

View File

@@ -1520,5 +1520,6 @@ Limited ride And limited avatar frame</string>
<string name="uploading">上傳中...</string>
<string name="upload_fail">上傳失敗</string>
<string name="please_input_content">請填寫發佈內容</string>
<string name="comm_details">詳情</string>
</resources>