Skip to content

Commit d36fb3b

Browse files
committed
change icon
1 parent 350e061 commit d36fb3b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

app/src/main/java/com/vkochenkov/taskmanager/presentation/screen/details/DetailsBody.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ private fun ContentState(
228228
notificationTime = System.currentTimeMillis().getFormattedTime()
229229
}) {
230230
Icon(
231-
imageVector = Icons.Default.DateRange,
231+
painter = painterResource(id = R.drawable.ic_baseline_access_time_24),
232232
contentDescription = null
233233
)
234234
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<vector android:height="24dp" android:tint="#000000"
2+
android:viewportHeight="24" android:viewportWidth="24"
3+
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
4+
<path android:fillColor="@android:color/white" android:pathData="M11.99,2C6.47,2 2,6.48 2,12s4.47,10 9.99,10C17.52,22 22,17.52 22,12S17.52,2 11.99,2zM12,20c-4.42,0 -8,-3.58 -8,-8s3.58,-8 8,-8 8,3.58 8,8 -3.58,8 -8,8z"/>
5+
<path android:fillColor="@android:color/white" android:pathData="M12.5,7H11v6l5.25,3.15 0.75,-1.23 -4.5,-2.67z"/>
6+
</vector>

0 commit comments

Comments
 (0)