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
+1 -1
View File
@@ -128,7 +128,7 @@
<color name="fab_pressed_color">#3ea4dc</color>
<color name="fab_ripple">#40ffffff</color>
<color name="message_text_counter_color">#555555</color>
<color name="message_body_size_text_color">#555555</color>
<color name="mms_indicator_color">#8BC34A</color>
<color name="list_empty_text">#6d6d6d</color>
<color name="low_storage_action_item_color">#ff000000</color>
+1 -1
View File
@@ -116,7 +116,7 @@
<dimen name="fab_elevation_pressed">6dp</dimen>
<dimen name="fab_bottom_margin">12dp</dimen>
<dimen name="fab_left_right_margin">14dp</dimen>
<dimen name="message_text_counter_size">12sp</dimen>
<dimen name="message_body_size_text_size">12sp</dimen>
<dimen name="vcard_detail_group_indicator_width">40dp</dimen>
<dimen name="mms_indicator_size">12sp</dimen>
+3 -3
View File
@@ -365,9 +365,9 @@
<item name="android:dividerHeight">0dp</item>
</style>
<style name="ComposeMessageViewTextCounterStyle">
<item name="android:textColor">@color/message_text_counter_color</item>
<item name="android:textSize">@dimen/message_text_counter_size</item>
<style name="ComposeMessageViewMessageBodySizeStyle">
<item name="android:textColor">@color/message_body_size_text_color</item>
<item name="android:textSize">@dimen/message_body_size_text_size</item>
<item name="android:fontFamily">sans-serif</item>
<item name="android:layout_gravity">right|center_vertical</item>
<item name="android:paddingRight">@dimen/compose_message_text_box_padding_side</item>