|
|
@ -357,15 +357,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
<eu.faircode.email.FixedImageButton
|
|
|
|
<eu.faircode.email.FixedImageButton
|
|
|
|
android:id="@+id/ibEncryption"
|
|
|
|
android:id="@+id/ibEncryption"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="36dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="36dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
android:contentDescription="@string/title_send_at"
|
|
|
|
android:contentDescription="@string/title_info"
|
|
|
|
android:tag="disable"
|
|
|
|
android:padding="6dp"
|
|
|
|
android:tooltipText="@string/title_send_at"
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@id/spEncrypt"
|
|
|
|
android:tooltipText="@string/title_info"
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/spEncrypt"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:srcCompat="@drawable/twotone_info_24" />
|
|
|
|
app:srcCompat="@drawable/twotone_info_24"
|
|
|
|
|
|
|
|
app:tint="?attr/colorAccent" />
|
|
|
|
|
|
|
|
|
|
|
|
<eu.faircode.email.FixedTextView
|
|
|
|
<eu.faircode.email.FixedTextView
|
|
|
|
android:id="@+id/tvPriority"
|
|
|
|
android:id="@+id/tvPriority"
|
|
|
@ -385,10 +387,25 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:entries="@array/priorityNames"
|
|
|
|
android:entries="@array/priorityNames"
|
|
|
|
app:layout_constraintEnd_toStartOf="@id/ibEncryption"
|
|
|
|
app:layout_constraintEnd_toStartOf="@id/ibPriority"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvPriority" />
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvPriority" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<eu.faircode.email.FixedImageButton
|
|
|
|
|
|
|
|
android:id="@+id/ibPriority"
|
|
|
|
|
|
|
|
android:layout_width="36dp"
|
|
|
|
|
|
|
|
android:layout_height="36dp"
|
|
|
|
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
|
|
|
|
android:contentDescription="@string/title_info"
|
|
|
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
|
|
|
|
android:tooltipText="@string/title_info"
|
|
|
|
|
|
|
|
android:visibility="visible"
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/spPriority"
|
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
|
|
|
app:srcCompat="@drawable/twotone_info_24"
|
|
|
|
|
|
|
|
app:tint="?attr/colorAccent" />
|
|
|
|
|
|
|
|
|
|
|
|
<eu.faircode.email.FixedTextView
|
|
|
|
<eu.faircode.email.FixedTextView
|
|
|
|
android:id="@+id/tvSensitivity"
|
|
|
|
android:id="@+id/tvSensitivity"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_width="0dp"
|
|
|
@ -407,10 +424,25 @@
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:layout_marginEnd="12dp"
|
|
|
|
android:entries="@array/sensitivityNames"
|
|
|
|
android:entries="@array/sensitivityNames"
|
|
|
|
app:layout_constraintEnd_toStartOf="@id/ibEncryption"
|
|
|
|
app:layout_constraintEnd_toStartOf="@id/ibSensitivity"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvSensitivity" />
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvSensitivity" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<eu.faircode.email.FixedImageButton
|
|
|
|
|
|
|
|
android:id="@+id/ibSensitivity"
|
|
|
|
|
|
|
|
android:layout_width="36dp"
|
|
|
|
|
|
|
|
android:layout_height="36dp"
|
|
|
|
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
|
|
|
|
android:contentDescription="@string/title_info"
|
|
|
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
|
|
|
|
android:tooltipText="@string/title_info"
|
|
|
|
|
|
|
|
android:visibility="visible"
|
|
|
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/spSensitivity"
|
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
|
|
|
app:srcCompat="@drawable/twotone_info_24"
|
|
|
|
|
|
|
|
app:tint="?attr/colorAccent" />
|
|
|
|
|
|
|
|
|
|
|
|
<eu.faircode.email.FixedTextView
|
|
|
|
<eu.faircode.email.FixedTextView
|
|
|
|
android:id="@+id/tvSendTitle"
|
|
|
|
android:id="@+id/tvSendTitle"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_width="0dp"
|
|
|
|