Fix color icon on button to remove closed hours

Signed-off-by: Jean-BaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste 2024-01-24 17:51:29 +01:00 committed by Viktor Govako
parent 86ec6bca01
commit 95878f4c3c

View file

@ -2,6 +2,7 @@
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="@dimen/editor_height_closed"
android:paddingTop="@dimen/margin_base">
@ -14,7 +15,8 @@
android:layout_centerVertical="true"
android:background="?selectableItemBackgroundBorderless"
android:scaleType="center"
android:src="@drawable/ic_close"/>
android:src="@drawable/ic_close"
app:tint="?iconTint"/>
<TextView
android:id="@+id/tv__closed_title"