mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
For #11139:Constrain title to start of checkbox and ellipsize.
This commit is contained in:
parent
2a0e2f2878
commit
7d50834a90
@ -41,14 +41,15 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
android:ellipsize="none"
|
||||
android:ellipsize="end"
|
||||
android:singleLine="true"
|
||||
android:textColor="?secondaryText"
|
||||
android:textSize="12sp"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintStart_toEndOf="@id/favicon_image"
|
||||
app:layout_constraintEnd_toStartOf="@id/tab_selected_checkbox"
|
||||
app:layout_constraintTop_toTopOf="@id/favicon_image"
|
||||
tools:text="@tools:sample/lorem" />
|
||||
tools:text="@tools:sample/lorem/random" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tab_title"
|
||||
|
Loading…
Reference in New Issue
Block a user