合并 AES 项目

This commit is contained in:
qinglong
2026-07-17 13:54:23 +08:00
parent 5ea71eebea
commit 582726aa37
13 changed files with 461 additions and 4 deletions
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg_container_border">
<cc.winboll.studio.libaes.views.ASupportToolbar
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/toolbar"/>
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<cc.winboll.studio.libaes.views.SMTPConfigView
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</ScrollView>
</LinearLayout>
+3
View File
@@ -35,6 +35,9 @@
<item
android:id="@+id/item_settings"
android:title="Settings"/>
<item
android:id="@+id/item_smtp_settings"
android:title="SMTP设置"/>
<item
android:id="@+id/item_about"
android:title="About"/>