1
0
Fork 0

For #4526 Prevent automatic theme summary being cutoff with long text

master
mcarare 2019-09-20 15:04:06 +03:00 committed by Emily Kager
parent 5577470d0b
commit 95a7aa9223
1 changed files with 2 additions and 1 deletions

View File

@ -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>