Show attachments size during composing MMS am: 519ae7e902 am: 16c1d26f23 am: 9956a2173c
Change-Id: Iefe69deb5a6490ecac804b01962461041c33d514
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"
|
||||
|
||||
@@ -171,9 +171,9 @@
|
||||
<item name="android:layout_marginStart">4dp</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">end|center_vertical</item>
|
||||
<item name="android:paddingEnd">@dimen/compose_message_text_box_padding_side</item>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user