Show attachments size during composing MMS

It shows attachments size during composing MMS.
Note: Images could be resized before sending.

Test: Manual

Change-Id: I63eafe0d57259a7742ab839c4d96d595675e70e9
Signed-off-by: Taesu Lee <taesu82.lee@samsung.com>
This commit is contained in:
Taesu Lee
2020-02-18 15:53:06 +09:00
parent c00d290df7
commit 519ae7e902
6 changed files with 92 additions and 37 deletions
+4 -4
View File
@@ -88,8 +88,8 @@
android:layout_height="wrap_content"
android:orientation="horizontal">
<!-- Contains compose message bubble and character counter for SMS which should be left
aligned -->
<!-- Contains compose message bubble and character counter for SMS or attachments size
for MMS which should be left aligned -->
<LinearLayout
android:layout_width="0dp"
android:layout_weight="1"
@@ -128,8 +128,8 @@
</LinearLayout>
<TextView
android:id="@+id/char_counter"
style="@style/ComposeMessageViewTextCounterStyle"
android:id="@+id/message_body_size"
style="@style/ComposeMessageViewMessageBodySizeStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"