正在调试FTP应用备份功能。

This commit is contained in:
2026-01-30 21:38:04 +08:00
parent e21bb9058d
commit 9d97d6ed94
11 changed files with 1051 additions and 11 deletions

View File

@@ -59,6 +59,18 @@
android:onClick="onToastUtilsTest"
android:layout_margin="10dp"/>
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="FTP应用备份"
android:textSize="16sp"
android:textColor="@android:color/white"
android:background="#81C7F5"
android:paddingVertical="12dp"
android:layout_marginHorizontal="24dp"
android:onClick="onFTPBackupsActivity"
android:layout_margin="10dp"/>
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -70,7 +82,7 @@
android:layout_marginHorizontal="24dp"
android:onClick="onAboutActivity"
android:layout_margin="10dp"/>
</LinearLayout>
</ScrollView>