feat: 用户上报任务显示图片附件
- 新建 PicItem 数据类,uploadPic 改为强类型 - 布局加 picContainer 横排展示区 - showPictures 方法:最多3张缩略图横排,HTTP 加载 - 三个状态页面都显示图片(和语音同级) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -179,6 +179,15 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<!-- 图片展示区(用户上报任务附带图片) -->
|
||||
<LinearLayout
|
||||
android:id="@+id/picContainer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:layout_marginBottom="11dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<!-- 指引块1:去哪里(橙色) -->
|
||||
<LinearLayout
|
||||
android:id="@+id/blockGoWhere"
|
||||
|
||||
Reference in New Issue
Block a user