Added hint text

pull/207/head
M66B 2 years ago
parent 28ef6290c2
commit 35a4726338

@ -933,6 +933,18 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvNotificationHint" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvDeleteHint"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="48dp"
android:text="@string/title_setup_delete_account_hint"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textStyle="italic"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/btnDelete" />
<Button
android:id="@+id/btnApp"
style="?android:attr/buttonStyleSmall"
@ -943,7 +955,7 @@
android:drawablePadding="6dp"
android:text="@string/title_advanced_app"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/btnDelete" />
app:layout_constraintTop_toBottomOf="@id/tvDeleteHint" />
<Button
android:id="@+id/btnMore"
@ -1013,7 +1025,7 @@
android:id="@+id/grpExtra"
android:layout_width="0dp"
android:layout_height="0dp"
app:constraint_referenced_ids="btnNotification,tvNotificationHint,btnDelete,btnApp,btnMore" />
app:constraint_referenced_ids="btnNotification,tvNotificationHint,btnDelete,tvDeleteHint,btnApp,btnMore" />
</eu.faircode.email.ConstraintLayoutEx>
</androidx.cardview.widget.CardView>
</eu.faircode.email.ConstraintLayoutEx>

@ -252,6 +252,7 @@
<string name="title_setup_configuring">Configuring account &#8230;</string>
<string name="title_setup_app_password">You might need to use an app password</string>
<string name="title_setup_extra">Extra</string>
<string name="title_setup_delete_account_hint">This will only remove accounts from the app</string>
<string name="title_setup_close">Close settings</string>
<string name="title_setup_export">Export settings</string>

Loading…
Cancel
Save