mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Added hint text
This commit is contained in:
parent
f531d6512d
commit
279a8823f6
1 changed files with 14 additions and 2 deletions
|
@ -921,6 +921,18 @@
|
|||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/btnApp" />
|
||||
|
||||
<eu.faircode.email.FixedTextView
|
||||
android:id="@+id/tvNotificationHint"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="48dp"
|
||||
android:text="@string/title_advanced_notify_manage_service_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/btnNotification" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/btnDelete"
|
||||
style="?android:attr/buttonStyleSmall"
|
||||
|
@ -931,7 +943,7 @@
|
|||
android:drawablePadding="6dp"
|
||||
android:text="@string/title_delete_account"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/btnNotification" />
|
||||
app:layout_constraintTop_toBottomOf="@id/tvNotificationHint" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/btnMore"
|
||||
|
@ -1001,7 +1013,7 @@
|
|||
android:id="@+id/grpExtra"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
app:constraint_referenced_ids="btnApp,btnNotification,btnDelete,btnMore" />
|
||||
app:constraint_referenced_ids="btnApp,btnNotification,tvNotificationHint,btnDelete,btnMore" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.cardview.widget.CardView>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
Loading…
Reference in a new issue