Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e37be08a authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Max width for message bubbles

parent 1343a67c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -103,8 +103,9 @@
        app:layout_constraintHorizontal_bias="0"
        app:layout_constraintStart_toEndOf="@id/avatar"
        app:layout_constraintTop_toBottomOf="@id/attachments"
        app:layout_constraintWidth_max="384dp"
        tools:backgroundTint="@color/tools_theme"
        tools:text="@tools:sample/lorem" />
        tools:text="@tools:sample/lorem/random" />

    <com.moez.QKSMS.common.widget.QkTextView
        android:id="@+id/status"
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@
        app:layout_constraintHorizontal_bias="1"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toBottomOf="@id/attachments"
        tools:backgroundTint="@color/white"
        app:layout_constraintWidth_max="384dp"
        tools:text="Hey! How's it going?" />

    <ProgressBar