|
|
|
@ -144,11 +144,11 @@
|
|
|
|
|
android:layout_width="36dp"
|
|
|
|
|
android:layout_height="36dp"
|
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_seen"
|
|
|
|
|
android:contentDescription="@string/title_toggle_seen"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
|
android:tint="?attr/colorSeparator"
|
|
|
|
|
android:tooltipText="@string/title_seen"
|
|
|
|
|
android:tooltipText="@string/title_toggle_seen"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/wvBody"
|
|
|
|
|
app:srcCompat="@drawable/baseline_visibility_24" />
|
|
|
|
|