mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/18581 ETP Standard option is truncated (https://github.com/mozilla-mobile/fenix/pull/18586)
This commit is contained in:
parent
57ec8df799
commit
60c2d848e9
@ -31,14 +31,15 @@
|
||||
<TextView
|
||||
android:id="@+id/title"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center|start"
|
||||
android:textAlignment="viewStart"
|
||||
android:textAppearance="?android:attr/textAppearanceListItem"
|
||||
app:layout_constraintBottom_toBottomOf="@id/radio_button"
|
||||
android:paddingTop="6dp"
|
||||
android:paddingBottom="6dp"
|
||||
app:layout_constraintEnd_toStartOf="@+id/vertical_divider"
|
||||
app:layout_constraintStart_toEndOf="@+id/radio_button"
|
||||
app:layout_constraintTop_toTopOf="@id/radio_button"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:text="Use recommended settings" />
|
||||
|
||||
<TextView
|
||||
|
Loading…
Reference in New Issue
Block a user