Added image placeholder to legend

pull/146/head
M66B 7 years ago
parent ac38d20644
commit 54656804e8

@ -128,6 +128,26 @@
app:layout_constraintStart_toEndOf="@id/ivPrimaryConnected" app:layout_constraintStart_toEndOf="@id/ivPrimaryConnected"
app:layout_constraintTop_toTopOf="@id/ivPrimaryConnected" /> app:layout_constraintTop_toTopOf="@id/ivPrimaryConnected" />
<ImageView
android:id="@+id/ivThread"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginTop="12dp"
android:src="@drawable/baseline_message_24"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/ivPrimaryConnected" />
<TextView
android:id="@+id/tvThread"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="18dp"
android:text="@string/title_legend_thread"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintBottom_toBottomOf="@id/ivThread"
app:layout_constraintStart_toEndOf="@id/ivThread"
app:layout_constraintTop_toTopOf="@id/ivThread" />
<ImageView <ImageView
android:id="@+id/ivCC" android:id="@+id/ivCC"
android:layout_width="24dp" android:layout_width="24dp"
@ -135,7 +155,7 @@
android:layout_marginTop="12dp" android:layout_marginTop="12dp"
android:src="@drawable/baseline_people_24" android:src="@drawable/baseline_people_24"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/ivPrimaryConnected" /> app:layout_constraintTop_toBottomOf="@id/ivThread" />
<TextView <TextView
android:id="@+id/tvCC" android:id="@+id/tvCC"
@ -169,44 +189,44 @@
app:layout_constraintTop_toTopOf="@id/ivAttachment" /> app:layout_constraintTop_toTopOf="@id/ivAttachment" />
<ImageView <ImageView
android:id="@+id/ivThread" android:id="@+id/ivContacts"
android:layout_width="24dp" android:layout_width="24dp"
android:layout_height="24dp" android:layout_height="24dp"
android:layout_marginTop="12dp" android:layout_marginTop="12dp"
android:src="@drawable/baseline_message_24" android:src="@drawable/baseline_import_contacts_24"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/ivAttachment" /> app:layout_constraintTop_toBottomOf="@id/ivAttachment" />
<TextView <TextView
android:id="@+id/tvThread" android:id="@+id/tvContacts"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="18dp" android:layout_marginStart="18dp"
android:text="@string/title_legend_thread" android:text="@string/title_legend_contacts"
android:textAppearance="@style/TextAppearance.AppCompat.Medium" android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintBottom_toBottomOf="@id/ivThread" app:layout_constraintBottom_toBottomOf="@id/ivContacts"
app:layout_constraintStart_toEndOf="@id/ivThread" app:layout_constraintStart_toEndOf="@id/ivContacts"
app:layout_constraintTop_toTopOf="@id/ivThread" /> app:layout_constraintTop_toTopOf="@id/ivContacts" />
<ImageView <ImageView
android:id="@+id/ivContacts" android:id="@+id/ivImage"
android:layout_width="24dp" android:layout_width="24dp"
android:layout_height="24dp" android:layout_height="24dp"
android:layout_marginTop="12dp" android:layout_marginTop="12dp"
android:src="@drawable/baseline_import_contacts_24" android:src="@drawable/baseline_image_24"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/ivThread" /> app:layout_constraintTop_toBottomOf="@id/ivContacts" />
<TextView <TextView
android:id="@+id/tvContacts" android:id="@+id/tvImage"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="18dp" android:layout_marginStart="18dp"
android:text="@string/title_legend_contacts" android:text="@string/title_legend_image"
android:textAppearance="@style/TextAppearance.AppCompat.Medium" android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintBottom_toBottomOf="@id/ivContacts" app:layout_constraintBottom_toBottomOf="@id/ivImage"
app:layout_constraintStart_toEndOf="@id/ivContacts" app:layout_constraintStart_toEndOf="@id/ivImage"
app:layout_constraintTop_toTopOf="@id/ivContacts" /> app:layout_constraintTop_toTopOf="@id/ivImage" />
<ImageView <ImageView
android:id="@+id/ivSynchronize" android:id="@+id/ivSynchronize"
@ -215,7 +235,7 @@
android:layout_marginTop="12dp" android:layout_marginTop="12dp"
android:src="@drawable/baseline_sync_24" android:src="@drawable/baseline_sync_24"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/ivContacts" /> app:layout_constraintTop_toBottomOf="@id/ivImage" />
<TextView <TextView
android:id="@+id/tvSynchronize" android:id="@+id/tvSynchronize"

@ -302,10 +302,11 @@
<string name="title_legend_trash">Trash</string> <string name="title_legend_trash">Trash</string>
<string name="title_legend_primary_disconnected">Account disconnected</string> <string name="title_legend_primary_disconnected">Account disconnected</string>
<string name="title_legend_primary_connected">Account connected</string> <string name="title_legend_primary_connected">Account connected</string>
<string name="title_legend_thread">Conversation</string>
<string name="title_legend_cc">CC/BCC</string> <string name="title_legend_cc">CC/BCC</string>
<string name="title_legend_attachment">Attachment</string> <string name="title_legend_attachment">Attachment</string>
<string name="title_legend_thread">Conversation</string>
<string name="title_legend_contacts">Contacts</string> <string name="title_legend_contacts">Contacts</string>
<string name="title_legend_image">Image placeholder</string>
<string name="title_legend_synchronize_on">Synchronize on</string> <string name="title_legend_synchronize_on">Synchronize on</string>
<string name="title_legend_synchronize_off">Synchronize off</string> <string name="title_legend_synchronize_off">Synchronize off</string>
<string name="title_legend_primary">Primary/starred</string> <string name="title_legend_primary">Primary/starred</string>

Loading…
Cancel
Save