Skip to content

Commit

Permalink
Lint fix: replace android:tint with app:tint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed May 20, 2021
1 parent efc800a commit 7f712c5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
android:outlineProvider="none"
android:padding="10dp"
android:scaleType="fitCenter"
android:tint="@color/design_default_color_on_secondary"
app:tint="@color/design_default_color_on_secondary"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
Expand All @@ -105,7 +105,7 @@
android:contentDescription="@string/button_repeat"
android:padding="10dp"
android:scaleType="fitCenter"
android:tint="@color/design_default_color_on_secondary"
app:tint="@color/design_default_color_on_secondary"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/button1"
app:layout_constraintTop_toTopOf="parent"
Expand Down

0 comments on commit 7f712c5

Please sign in to comment.