Small behavior improvement

pull/169/head
M66B 5 years ago
parent 7a74ce6448
commit bbafa60869

@ -49,7 +49,7 @@
android:id="@+id/ivInfo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
app:layout_constraintBottom_toBottomOf="@+id/tvTracking"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@+id/tvTracking"

@ -239,7 +239,7 @@
android:id="@+id/ibCloseUnusedImagesHint"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_no_format"
app:layout_constraintBottom_toBottomOf="@+id/tvUnusedImagesHint"
app:layout_constraintStart_toStartOf="parent"
@ -347,7 +347,7 @@
android:id="@+id/ibCloseRefHint"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_no_format"
app:layout_constraintBottom_toBottomOf="@+id/tvReferenceHint"
app:layout_constraintStart_toStartOf="parent"
@ -374,7 +374,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:layout_marginEnd="6dp"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_legend_edit"
android:padding="3dp"
app:layout_constraintEnd_toStartOf="@+id/ibReferenceImages"
@ -387,7 +387,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:layout_marginEnd="6dp"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_legend_show_images"
android:padding="3dp"
app:layout_constraintEnd_toEndOf="parent"

@ -66,7 +66,7 @@
android:id="@+id/ibDownloading"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_download_message"
app:layout_constraintBottom_toBottomOf="@+id/tvDownloading"
app:layout_constraintEnd_toEndOf="parent"

@ -52,7 +52,7 @@
android:layout_height="36dp"
android:layout_marginTop="3dp"
android:layout_marginEnd="12dp"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_sign"
android:foregroundTint="?android:attr/textColorSecondary"
android:padding="3dp"
@ -68,7 +68,7 @@
android:layout_height="36dp"
android:layout_marginTop="3dp"
android:layout_marginEnd="12dp"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_decrypt"
android:foregroundTint="?android:attr/textColorSecondary"
android:padding="3dp"
@ -84,7 +84,7 @@
android:layout_height="36dp"
android:layout_marginTop="3dp"
android:layout_marginEnd="12dp"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_legend_show_unsubscribe"
android:foregroundTint="?android:attr/textColorSecondary"
android:padding="3dp"
@ -100,7 +100,7 @@
android:layout_height="36dp"
android:layout_marginTop="3dp"
android:layout_marginEnd="12dp"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_legend_show_images"
android:foregroundTint="?android:attr/textColorSecondary"
android:padding="3dp"
@ -115,7 +115,7 @@
android:layout_width="36dp"
android:layout_height="36dp"
android:layout_marginTop="3dp"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_legend_show_full"
android:foregroundTint="?android:attr/textColorSecondary"
android:padding="3dp"

@ -17,7 +17,7 @@
android:id="@+id/ibDelete"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_legend_delete"
android:paddingEnd="12dp"
android:visibility="visible"
@ -65,7 +65,7 @@
android:id="@+id/ibSave"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:background="@null"
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/title_legend_save"
android:paddingStart="12dp"
app:layout_constraintBottom_toBottomOf="@+id/tvType"

Loading…
Cancel
Save