新接口调试

This commit is contained in:
2026-01-29 18:51:42 +08:00
parent 3d28c5692a
commit a4905e7226
50 changed files with 1753 additions and 1716 deletions
@@ -90,16 +90,17 @@
</com.scwang.smart.refresh.layout.SmartRefreshLayout>
</LinearLayout>
<TextView
<androidx.appcompat.widget.AppCompatButton
android:id="@+id/btnAddSampling"
android:layout_width="match_parent"
android:layout_height="90dp"
android:layout_margin="30dp"
android:background="@drawable/ripple_effect_green"
android:background="@drawable/shape_green_bg"
android:gravity="center"
android:text="@string/add_sampling"
android:textColor="@color/white"
android:textSize="32sp"
android:textStyle="bold" />
<!-- android:background="@drawable/ripple_effect_green"-->
</LinearLayout>