Skip to content

Commit

Permalink
Fix crash on older Android versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Aug 29, 2021
1 parent 2710022 commit c32c5c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_location.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
<ImageView
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="?android:textColorSecondary" />
app:tint="?android:textColorSecondary"
app:srcCompat="@drawable/rectangle"/>

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/coordinate_formats"
Expand Down

0 comments on commit c32c5c3

Please sign in to comment.