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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user