Fix storage chooser title if the translation is long

This commit is contained in:
Torsten Grote 2020-10-06 17:18:02 -03:00 committed by Chirayu Desai
parent 37a16ed42e
commit bc999bb141

View file

@ -19,11 +19,13 @@
<TextView
android:id="@+id/titleView"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_margin="16dp"
android:text="@string/storage_fragment_backup_title"
android:textSize="24sp"
android:gravity="center"
tools:text="Choose where to store backup (is a short title, but it can be longer)"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/imageView" />