Łukasz Suski

Results 63 comments of Łukasz Suski

But I don't want to use `tabIndicatorFullWidth=true` because I want indicator to match tab label text only, not full tab which has paddingEnd in my case

This is expected behaviour ![Screenshot_20200617-110524](https://user-images.githubusercontent.com/3774524/84909696-436d6280-b0b6-11ea-9663-4cf36f531615.png)

I know that they are returning not real values and this is ok. My point is that there could be the way to advance those values independently. Currently they are...

For example Handler sendMessageDelayed is based on uptimeMillis and CountDownTimer is based on Handler but also on elapsedRealTime. Imagine that you want to do something in your app after some...

I think it can be quite easy, you should use panes layout to manage only content fragments and DrawerLayout to manage menus and it should work but I've not tested...

I managed to request panes remeasurement (invoke requestLayout on panes in PanesLayout.setIndex() ) but it doesn't behave correctly beacuse the computation of visible indexes is dependent of panes width and...

I confirm, for Nexus 5X it should be 270 degrees but is 90

Ok, so in my case there is library. I'll try to prepare simple sample because I can't publish my own project

[ProguardKotlinMetadataSample.zip](https://github.com/Guardsquare/proguard/files/5493664/ProguardKotlinMetadataSample.zip) This is sample project. I think tha problem is with kotlin typealiases. If I have file with reference to `kotlin.Exception` than there is error in processing metadata. You need...

I've made little error in sample: `libraryjars(fileTree("libs_not_obfuscated/source_repository"))` should be `libraryjars(fileTree("libs_not_obfuscated"))`. Your fix seems to work, I've tested it in my project (much more complicated with lots of dependencies), I've needed...