mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed overlapped texts on narrow devices with increased text size
This commit is contained in:
parent
49d8381705
commit
711f2f4200
2 changed files with 3 additions and 1 deletions
|
|
@ -40,6 +40,8 @@
|
|||
android:layout_marginStart="16dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:text="@{model.subtitle, default=`48000 Hz`}"
|
||||
android:maxLines="1"
|
||||
android:ellipsize="end"
|
||||
android:visibility="@{model.subtitle.isEmpty() ? View.GONE : View.VISIBLE}"
|
||||
app:layout_constraintTop_toBottomOf="@id/codec_title"
|
||||
app:layout_constraintBottom_toBottomOf="@id/codec_switch"
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
android:layout_marginEnd="16dp"
|
||||
android:checked="@{viewModel.isUiSecureModeEnabled}"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/enable_vfs_switch" />
|
||||
app:layout_constraintTop_toBottomOf="@id/enable_vfs_subtitle" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatTextView
|
||||
style="@style/settings_title_style"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue