Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-android
Commits
1ef4e57d
Commit
1ef4e57d
authored
6 months ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
Reduced voice recording max width for narrow screens
parent
85a61839
master
feature/show_unsecure_conversation_event_at_top
feature/use_theme_main_color_for_icon_and_splashscreen
fix/insistent_notification
fix/reduce_number_of_jni_ref
fix/telecom_default_audio_endpoint
release/6.0
6.1.0-alpha
6.0.0
6.0.0-beta
1 merge request
!1514
Reduced voice recording max width for narrow screens
Pipeline
#82935
passed with stages
in 23 minutes and 29 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/res/values/dimen.xml
+2
-2
app/src/main/res/values/dimen.xml
with
2 additions
and
2 deletions
app/src/main/res/values/dimen.xml
+
2
−
2
View file @
1ef4e57d
...
...
@@ -81,9 +81,9 @@
<dimen
name=
"chat_bubble_long_press_emoji_reaction_size"
>
30sp
</dimen>
<dimen
name=
"chat_bubble_grid_image_size"
>
87dp
</dimen>
<dimen
name=
"chat_bubble_big_image_max_size"
>
150dp
</dimen>
<dimen
name=
"chat_bubble_grid_file_width"
>
15
0
dp
</dimen>
<!-- 271 - 87 - 32 -->
<dimen
name=
"chat_bubble_grid_file_width"
>
15
2
dp
</dimen>
<!-- 271 - 87 - 32 -->
<dimen
name=
"chat_bubble_meeting_invite_width"
>
271dp
</dimen>
<dimen
name=
"chat_bubble_voice_record_width"
>
2
71
dp
</dimen>
<dimen
name=
"chat_bubble_voice_record_width"
>
2
30
dp
</dimen>
<dimen
name=
"chat_bubble_max_reply_width"
>
271dp
</dimen>
<dimen
name=
"chat_bubble_images_rounded_corner_radius"
>
5dp
</dimen>
<dimen
name=
"chat_bubble_start_margin_when_avatar_displayed"
>
10dp
</dimen>
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets