Skip to content

Commit

Permalink
[Side Sheet] Mapped close affordance to ?attr/colorOnSurfaceVariant i…
Browse files Browse the repository at this point in the history
…n catalog.

PiperOrigin-RevId: 538533345
  • Loading branch information
afohrman authored and hunterstich committed Jun 9, 2023
1 parent 4e03e26 commit 7ee0b72
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
android:layout_height="wrap_content"
android:contentDescription="@string/cat_sidesheet_close_button_content_desc"
app:icon="@drawable/ic_close_vd_theme_24px"
app:iconTint="?attr/colorOnSurfaceVariant"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/side_sheet_title_text"
tools:ignore="ContentDescription" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
android:layout_height="wrap_content"
android:contentDescription="@string/cat_sidesheet_close_button_content_desc"
app:icon="@drawable/ic_close_vd_theme_24px"
app:iconTint="?attr/colorOnSurfaceVariant"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
android:layout_height="wrap_content"
android:contentDescription="@string/cat_sidesheet_close_button_content_desc"
app:icon="@drawable/ic_close_vd_theme_24px"
app:iconTint="?attr/colorOnSurfaceVariant"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
android:layout_height="wrap_content"
android:contentDescription="@string/cat_sidesheet_close_button_content_desc"
app:icon="@drawable/ic_close_vd_theme_24px"
app:iconTint="?attr/colorOnSurfaceVariant"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
android:layout_height="wrap_content"
android:contentDescription="@string/cat_sidesheet_close_button_content_desc"
app:icon="@drawable/ic_close_vd_theme_24px"
app:iconTint="?attr/colorOnSurfaceVariant"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/detached_side_sheet_title_text"
tools:ignore="ContentDescription" />
Expand Down

0 comments on commit 7ee0b72

Please sign in to comment.