Added an option to send long messages as MMS

This commit is contained in:
Agnieszka C 2022-02-19 14:27:46 +01:00
parent 724d78c336
commit 8fe7af8f83
35 changed files with 73 additions and 11 deletions

View file

@ -265,6 +265,22 @@
</RelativeLayout>
<RelativeLayout
android:id="@+id/settings_send_long_message_mms_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_long_message_mms"
style="@style/SettingsCheckboxStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/send_long_message_mms" />
</RelativeLayout>
<RelativeLayout
android:id="@+id/settings_mms_file_size_limit_holder"
android:layout_width="match_parent"