mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Updated legend
This commit is contained in:
parent
3e15a0594c
commit
ad489952bd
2 changed files with 23 additions and 1 deletions
|
@ -395,6 +395,27 @@
|
|||
app:layout_constraintStart_toEndOf="@id/ivView"
|
||||
app:layout_constraintTop_toTopOf="@id/ivView" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivHide"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_marginTop="24dp"
|
||||
android:src="@drawable/baseline_visibility_off_24"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivView" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvHide"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="18dp"
|
||||
android:text="@string/title_legend_hide"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
app:layout_constraintBottom_toBottomOf="@id/ivHide"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/ivHide"
|
||||
app:layout_constraintTop_toTopOf="@id/ivHide" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivDownload"
|
||||
android:layout_width="24dp"
|
||||
|
@ -402,7 +423,7 @@
|
|||
android:layout_marginTop="24dp"
|
||||
android:src="@drawable/baseline_cloud_download_24"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/ivView" />
|
||||
app:layout_constraintTop_toBottomOf="@id/ivHide" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvDownload"
|
||||
|
|
|
@ -471,6 +471,7 @@
|
|||
<string name="title_legend_flagged">Is starred</string>
|
||||
<string name="title_legend_contacts">Manage contacts</string>
|
||||
<string name="title_legend_view">View content</string>
|
||||
<string name="title_legend_hide">Hide content</string>
|
||||
<string name="title_legend_download">Download content</string>
|
||||
<string name="title_legend_external_image">External image placeholder</string>
|
||||
<string name="title_legend_embedded_image">Embedded image placeholder</string>
|
||||
|
|
Loading…
Reference in a new issue