Results 4 comments of Anton Hadutski

Hi @miaaad, Do you mean background drawable for the button or progress?

Do you have animations enabled on your test device?

Hi @AndroidDeveloperLB , Thanks for reporting the issue. It wasn't covered by the example but you can get the current screen orientation to apply the correct padding. For example, instead...

I think the approach can be kinda the same as for any other Fragment: you can override `onViewCreated` method to get the view reference. I haven't checked the generated layout...