mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 01:06:04 +00:00
Added missing labels
This commit is contained in:
parent
ec18e1237e
commit
2858b14c5a
1 changed files with 6 additions and 0 deletions
|
@ -154,8 +154,10 @@
|
|||
android:layout_width="36dp"
|
||||
android:layout_height="36dp"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/title_rule_notes"
|
||||
android:padding="6dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:tooltipText="@string/title_rule_notes"
|
||||
app:srcCompat="@drawable/twotone_sticky_note_2_24"
|
||||
tools:ignore="MissingConstraints" />
|
||||
|
||||
|
@ -176,8 +178,10 @@
|
|||
android:layout_width="36dp"
|
||||
android:layout_height="36dp"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/title_manage_keywords"
|
||||
android:padding="6dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:tooltipText="@string/title_manage_keywords"
|
||||
app:srcCompat="@drawable/twotone_label_important_24"
|
||||
tools:ignore="MissingConstraints" />
|
||||
|
||||
|
@ -186,8 +190,10 @@
|
|||
android:layout_width="36dp"
|
||||
android:layout_height="36dp"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/title_manage_labels"
|
||||
android:padding="6dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:tooltipText="@string/title_manage_labels"
|
||||
app:srcCompat="@drawable/twotone_label_24"
|
||||
tools:ignore="MissingConstraints" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue