Add option to send on enter pressed

This commit is contained in:
elena 2022-11-02 23:59:35 +00:00
parent 44a6cfb8d4
commit 407538e497
50 changed files with 112 additions and 16 deletions

View file

@ -298,6 +298,22 @@
</RelativeLayout>
<RelativeLayout
android:id="@+id/settings_send_on_enter_holder"
style="@style/SettingsHolderCheckboxStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/ripple_background">
<com.simplemobiletools.commons.views.MyAppCompatCheckbox
android:id="@+id/settings_send_on_enter"
style="@style/SettingsCheckboxStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/send_on_enter" />
</RelativeLayout>
<RelativeLayout
android:id="@+id/settings_enable_delivery_reports_holder"
style="@style/SettingsHolderCheckboxStyle"