合并 AES 项目
This commit is contained in:
@@ -85,6 +85,14 @@
|
||||
android:hint="recipient@example.com"
|
||||
android:inputType="textEmailAddress"/>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/cb_smtp_enabled"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="启用SMTP邮件发送"
|
||||
android:textSize="14sp"
|
||||
android:layout_marginTop="12dp"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_smtp_save"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user