mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Increased single media max height a bit in chat, renamed info message long press action and changed icon
This commit is contained in:
parent
d312141eda
commit
713ca4c1d5
6 changed files with 6 additions and 8 deletions
|
|
@ -238,7 +238,6 @@
|
|||
android:onLongClick="@{onLongClickListener}"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="5dp"
|
||||
android:text="@{model.time, default=`13:40`}"
|
||||
android:textSize="12sp" />
|
||||
|
||||
|
|
@ -250,7 +249,7 @@
|
|||
android:layout_width="@dimen/small_icon_size"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="5dp"
|
||||
android:paddingTop="7dp"
|
||||
android:paddingTop="2dp"
|
||||
android:contentDescription="@string/content_description_chat_bubble_delivery_status"
|
||||
android:src="@{model.statusIcon, default=@drawable/checks}"
|
||||
android:visibility="@{model.isFromGroup ? View.VISIBLE : View.GONE}"
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/menu_show_imdn"
|
||||
android:drawableEnd="@drawable/check" />
|
||||
android:drawableEnd="@drawable/info" />
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
|
|
|
|||
|
|
@ -234,7 +234,6 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="5dp"
|
||||
android:paddingTop="5dp"
|
||||
android:text="@{model.time, default=`13:40`}"
|
||||
android:textSize="12sp" />
|
||||
|
||||
|
|
@ -246,7 +245,7 @@
|
|||
android:layout_width="@dimen/small_icon_size"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginStart="5dp"
|
||||
android:paddingTop="7dp"
|
||||
android:paddingTop="2dp"
|
||||
android:src="@{model.statusIcon, default=@drawable/checks}"
|
||||
android:contentDescription="@string/content_description_chat_bubble_delivery_status"
|
||||
app:tint="?attr/color_main1_500" />
|
||||
|
|
|
|||
|
|
@ -712,7 +712,7 @@
|
|||
<string name="menu_delete_selected_item">Supprimer</string>
|
||||
<string name="menu_invite">Inviter</string>
|
||||
<string name="menu_resend_chat_message">Ré-envoyer</string>
|
||||
<string name="menu_show_imdn">Info</string>
|
||||
<string name="menu_show_imdn">Info de réception</string>
|
||||
<string name="menu_reply_to_chat_message">Répondre</string>
|
||||
<string name="menu_forward_chat_message">Transférer</string>
|
||||
<string name="menu_copy_chat_message">Copier le texte</string>
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
<dimen name="chat_bubble_bottom_margin">8dp</dimen>
|
||||
<dimen name="chat_bubble_long_press_emoji_reaction_size">25dp</dimen>
|
||||
<dimen name="chat_bubble_grid_image_size">87dp</dimen>
|
||||
<dimen name="chat_bubble_big_image_max_size">150dp</dimen>
|
||||
<dimen name="chat_bubble_big_image_max_size">175dp</dimen>
|
||||
<dimen name="chat_bubble_grid_file_width">178dp</dimen> <!-- (87 + 2) * 2 -->
|
||||
<dimen name="chat_bubble_meeting_invite_width">271dp</dimen>
|
||||
<dimen name="chat_bubble_voice_record_width">230dp</dimen>
|
||||
|
|
|
|||
|
|
@ -750,7 +750,7 @@
|
|||
<string name="menu_delete_selected_item">Delete</string>
|
||||
<string name="menu_invite">Invite</string>
|
||||
<string name="menu_resend_chat_message">Re-send</string>
|
||||
<string name="menu_show_imdn">Info</string>
|
||||
<string name="menu_show_imdn">Delivery status</string>
|
||||
<string name="menu_reply_to_chat_message">Reply</string>
|
||||
<string name="menu_forward_chat_message">Forward</string>
|
||||
<string name="menu_copy_chat_message">Copy</string>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue