AndroidDeveloperLB

Results 918 comments of AndroidDeveloperLB

Also, if the text/icon is too small, yet there is a lot of space (like when switching to horizontal orientation), you can use : ``` tabLayout.setTabGravity(TabLayout.GRAVITY_FILL); ```

I'm having this problem too. Is there any workaround?

Seems like something I've reported in the past. :) Sorry for that.

I can still reproduce it. I think I've done it by swiping the last item together with another. Not sure about the order. 01-13 22:32:24.475 7455-7455/com.example.android.swipedismiss.debug E/AndroidRuntime﹕ FATAL EXCEPTION: main...

This behavior is inconsistent for me. For most users, I see only one item in the list of getPricingPhaseList (the real price, not free), and for some, I see 2...

I found a fork that had this, but sadly I forgot where I got it from: https://github.com/Code52/carnac/issues/239#issuecomment-647620845

@marcbaechinger About `onMediaItemTransition`, how can I get informed about it for all cases it changes, even for the first item? Should I reach `player.currentMediaItem?.mediaId` on the first time `onRenderedFirstFrame` is...

@marcbaechinger The `onMediaItemTransition` is called only after playing the first item that was added to the playlist (meaning from the second one). I want to be informed about the first...

@marcbaechinger Check attached sample (exoplayer-codelab-00): [exoplayer-intro-main.zip](https://github.com/androidx/media/files/11627774/exoplayer-intro-main.zip)

@marcbaechinger First of all , it's not a URL so not sure how to add it there. Second, the file became 0-sized on the way for some reason, so even...