fix(activity): 优化提交页返回未保存判断与采样页按钮样式

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-30 10:55:46 +08:00
co-authored by Claude Sonnet 4.6
parent dc55d3fde5
commit 858cc24046
2 changed files with 19 additions and 2 deletions
@@ -90,12 +90,13 @@
</com.scwang.smart.refresh.layout.SmartRefreshLayout>
</LinearLayout>
<androidx.appcompat.widget.AppCompatButton
<TextView
android:id="@+id/btnAddSampling"
android:layout_width="match_parent"
android:layout_height="90dp"
android:layout_margin="30dp"
android:background="@drawable/shape_green_bg"
android:foreground="?android:attr/selectableItemBackground"
android:gravity="center"
android:text="@string/add_sampling"
android:textColor="@color/white"