|
|
|
@ -19,6 +19,7 @@
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="3dp"
|
|
|
|
|
android:layout_marginEnd="6dp"
|
|
|
|
|
android:text="@string/title_show_inline"
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/ibDownloadAttachments"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
@ -26,13 +27,11 @@
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/ibDownloadAttachments"
|
|
|
|
|
android:layout_width="39dp"
|
|
|
|
|
android:layout_width="36dp"
|
|
|
|
|
android:layout_height="36dp"
|
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_download_all"
|
|
|
|
|
android:paddingVertical="6dp"
|
|
|
|
|
android:paddingStart="9dp"
|
|
|
|
|
android:paddingEnd="6dp"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
|
android:tooltipText="@string/title_download_all"
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@id/ibSaveAttachments"
|
|
|
|
@ -41,13 +40,11 @@
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/ibSaveAttachments"
|
|
|
|
|
android:layout_width="39dp"
|
|
|
|
|
android:layout_width="36dp"
|
|
|
|
|
android:layout_height="36dp"
|
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_save_all"
|
|
|
|
|
android:paddingVertical="6dp"
|
|
|
|
|
android:paddingStart="9dp"
|
|
|
|
|
android:paddingEnd="6dp"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
|
android:tooltipText="@string/title_save_all"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|