mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-17 04:00:35 +01:00
make the message bubbles a bit wider, 80%
This commit is contained in:
parent
d1fe3531e1
commit
94b2d7328e
@ -18,7 +18,7 @@
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintWidth_percent="0.7">
|
||||
app:layout_constraintWidth_percent="0.8">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/thread_message_sender_photo"
|
||||
|
@ -18,7 +18,7 @@
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintWidth_percent="0.7">
|
||||
app:layout_constraintWidth_percent="0.8">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/thread_mesage_attachments_holder"
|
||||
|
Loading…
x
Reference in New Issue
Block a user