Add option to send on enter pressed
This commit is contained in:
parent
44a6cfb8d4
commit
407538e497
50 changed files with 112 additions and 16 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue