mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-05 21:20:45 +00:00
For #4526 Prevent automatic theme summary being cutoff with long text
This commit is contained in:
parent
5577470d0b
commit
95a7aa9223
@ -164,11 +164,12 @@
|
||||
|
||||
<TextView
|
||||
android:id="@+id/automatic_theme_summary"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/onboarding_theme_automatic_summary"
|
||||
android:textColor="?secondaryText"
|
||||
android:textSize="14sp"
|
||||
app:layout_constraintStart_toEndOf="@+id/theme_automatic_radio_button"
|
||||
app:layout_constraintEnd_toEndOf="@id/clickable_region_automatic"
|
||||
app:layout_constraintTop_toBottomOf="@id/automatic_title" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user