mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Moved Markdown indicator to the top
This commit is contained in:
parent
5ea6320e5c
commit
d76407b276
1 changed files with 2 additions and 1 deletions
|
@ -352,10 +352,11 @@
|
|||
android:id="@+id/ivMarkdown"
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="6dp"
|
||||
android:contentDescription="@string/title_markdown"
|
||||
android:tooltipText="@string/title_markdown"
|
||||
app:layout_constraintBottom_toBottomOf="@id/etBody"
|
||||
app:layout_constraintEnd_toEndOf="@id/etBody"
|
||||
app:layout_constraintTop_toTopOf="@id/etBody"
|
||||
app:srcCompat="@drawable/twotone_data_array_24"
|
||||
app:tint="?attr/colorSeparator" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue