Skip to content

Commit

Permalink
Fix touch feedback in AppTP onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisBarreiro committed Oct 19, 2023
1 parent 9e64886 commit 2bdfc01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
android:id="@+id/onboarding_close"
android:layout_width="?attr/actionBarSize"
android:layout_height="?attr/actionBarSize"
android:background="?selectableItemBackground"
android:background="?actionBarItemBackground"
android:src="@drawable/ic_close_24"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand Down

0 comments on commit 2bdfc01

Please sign in to comment.