File tree 2 files changed +6
-6
lines changed
java/kz/zhombie/bazaar/ui/media/audible
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -203,9 +203,9 @@ internal class AudiosAdapter constructor(
203
203
toggleSelectionAbility(uiMultimedia)
204
204
205
205
if (currentPlayingAudioPosition == bindingAdapterPosition) {
206
- playOrPauseButton.setIconResource(R .drawable.exo_icon_pause )
206
+ playOrPauseButton.setIconResource(R .drawable.bazaar_ic_pause )
207
207
} else {
208
- playOrPauseButton.setIconResource(R .drawable.exo_icon_play )
208
+ playOrPauseButton.setIconResource(R .drawable.bazaar_ic_play )
209
209
}
210
210
211
211
if (uiMultimedia.isSelected) {
@@ -274,9 +274,9 @@ internal class AudiosAdapter constructor(
274
274
fun togglePlaying (uiMultimedia : UIMultimedia , isPlaying : Boolean ) {
275
275
Logger .d(TAG , " togglePlaying() -> uiMultimedia: $uiMultimedia , isPlaying: $isPlaying " )
276
276
if (isPlaying) {
277
- playOrPauseButton.setIconResource(R .drawable.exo_icon_pause )
277
+ playOrPauseButton.setIconResource(R .drawable.bazaar_ic_pause )
278
278
} else {
279
- playOrPauseButton.setIconResource(R .drawable.exo_icon_play )
279
+ playOrPauseButton.setIconResource(R .drawable.bazaar_ic_play )
280
280
}
281
281
}
282
282
Original file line number Diff line number Diff line change 35
35
android : minHeight =" 0dp"
36
36
android : minWidth =" 0dp"
37
37
android : text =" @null"
38
- app : icon =" @drawable/exo_icon_play "
38
+ app : icon =" @drawable/bazaar_ic_play "
39
39
app : iconGravity =" textEnd"
40
40
app : iconPadding =" 0dp"
41
- app : iconSize =" 30dp "
41
+ app : iconSize =" 16dp "
42
42
app : iconTint =" @null"
43
43
app : rippleColor =" ?attr/colorControlHighlight"
44
44
app : shapeAppearance =" @style/Bazaar.CircularShapeAppearance" />
You can’t perform that action at this time.
0 commit comments