mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-24 16:53:37 +00:00
Refactoring
This commit is contained in:
parent
6e6ad42d15
commit
f4c61f24e0
6 changed files with 5 additions and 5 deletions
|
@ -240,7 +240,7 @@
|
|||
android:padding="12dp"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivUnderline"
|
||||
app:srcCompat="@drawable/twotone_text_format_24_alt" />
|
||||
app:srcCompat="@drawable/twotone_text_format_24_options" />
|
||||
|
||||
<eu.faircode.email.FixedTextView
|
||||
android:id="@+id/tvSize"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/menu_style"
|
||||
android:icon="@drawable/twotone_text_format_24_alt"
|
||||
android:icon="@drawable/twotone_text_format_24_options"
|
||||
android:title="@string/title_style" />
|
||||
|
||||
<item
|
||||
|
|
|
@ -17,6 +17,6 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/menu_style"
|
||||
android:icon="@drawable/twotone_text_format_24_alt"
|
||||
android:icon="@drawable/twotone_text_format_24_options"
|
||||
android:title="@string/title_style" />
|
||||
</menu>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/menu_style"
|
||||
android:icon="@drawable/twotone_text_format_24_alt"
|
||||
android:icon="@drawable/twotone_text_format_24_options"
|
||||
android:title="@string/title_style" />
|
||||
|
||||
<item
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<item
|
||||
android:id="@+id/menu_style"
|
||||
android:icon="@drawable/twotone_text_format_24_alt"
|
||||
android:icon="@drawable/twotone_text_format_24_options"
|
||||
android:title="@string/title_style" />
|
||||
|
||||
<item
|
||||
|
|
Loading…
Reference in a new issue