Skip to content

Commit

Permalink
Ditch usage of 18dp icons
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanparajuli committed Mar 13, 2021
1 parent 61f2f06 commit 6d320c1
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/dp/logcatapp/services/LogcatService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class LogcatService : BaseService() {
)

val exitAction = NotificationCompat.Action.Builder(
R.drawable.ic_clear_white_18dp,
R.drawable.ic_clear_white_24dp,
getString(R.string.exit), exitPendingIntent
)
.build()
Expand All @@ -117,7 +117,7 @@ class LogcatService : BaseService() {
stopRecordingIntent, PendingIntent.FLAG_UPDATE_CURRENT
)
val stopRecordingAction = NotificationCompat.Action.Builder(
R.drawable.ic_stop_white_18dp,
R.drawable.ic_stop_white_24dp,
getString(R.string.stop_recording), stopRecordingPendingIntent
)
.build()
Expand Down
Binary file removed app/src/main/res/drawable-hdpi/ic_clear_white_18dp.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-hdpi/ic_stop_white_18dp.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-mdpi/ic_clear_white_18dp.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-mdpi/ic_stop_white_18dp.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-xhdpi/ic_clear_white_18dp.png
Binary file not shown.
Binary file removed app/src/main/res/drawable-xhdpi/ic_stop_white_18dp.png
Binary file not shown.
Binary file not shown.
Binary file removed app/src/main/res/drawable-xxhdpi/ic_stop_white_18dp.png
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 6d320c1

Please sign in to comment.