Skip to content

Commit

Permalink
Replaced drawable resource
Browse files Browse the repository at this point in the history
  • Loading branch information
this-Aditya committed May 23, 2024
1 parent 7f381ff commit fcf9734
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/org/radarcns/detail/SourceRowView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,6 @@ class SourceRowView internal constructor(

companion object {
private val logger = LoggerFactory.getLogger(SourceRowView::class.java)
private val sourceStatusIconDefault = R.drawable.status_searching
private val sourceStatusIconDefault = R.drawable.baseline_status_search
}
}
}
10 changes: 10 additions & 0 deletions app/src/main/res/drawable/baseline_status_search.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960"
android:tint="#229f11">
<path
android:fillColor="@android:color/white"
android:pathData="M164,400Q178,297 255.5,228.5Q333,160 440,160Q499,160 550.5,182.5Q602,205 640,244L640,160L720,160L720,400L480,400L480,320L600,320Q571,284 530.5,262Q490,240 440,240Q368,240 313,285.5Q258,331 244,400L164,400ZM784,840L608,664Q572,691 529.5,705.5Q487,720 440,720Q381,720 329.5,697.5Q278,675 240,636L240,720L160,720L160,480L400,480L400,560L280,560Q309,596 349.5,618Q390,640 440,640Q512,640 567,594.5Q622,549 636,480L716,480Q711,516 698,547.5Q685,579 664,608L840,784L784,840Z"/>
</vector>

0 comments on commit fcf9734

Please sign in to comment.