Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
dzungpv committed Jun 19, 2023
1 parent f4f178c commit cd933c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified gradlew
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions library/src/main/res/layout/item_place.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
android:id="@+id/ivPlaceType"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:tint="?attr/colorPrimary"
app:layout_constraintBottom_toBottomOf="@+id/tvPlaceAddress"
app:layout_constraintStart_toStartOf="@id/gdMarginStart"
app:layout_constraintTop_toTopOf="@+id/tvPlaceName"
app:srcCompat="@drawable/ic_map_marker_black_24dp"
tools:ignore="ContentDescription" />
tools:ignore="ContentDescription"
app:tint="?attr/colorPrimary" />

<TextView
android:id="@+id/tvPlaceName"
Expand Down

0 comments on commit cd933c5

Please sign in to comment.