Julian Pellico
Julian Pellico
Seems like the rowIndex variable always = 1 when start processing each string file.
A clear and concise description of what the bug is. ## Reproduction steps Steps to reproduce the behavior: 1. Create a xib file. 1. Insert a UIViewController object into the...
> For usage questions: ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/material-components+ios). ## Reproduction steps Steps to reproduce the behavior: 1. Create a bottom nav controller and set view controllers 2. Tap on a...
## Feature Request/Suggestion Why does the beta BottomNavigationBarController use VC's additionalSafeAreaInsets as mechanism to control height of child VC's view? Why not just use constraints? The approach doesn't even handle...
In the BottomNavigation beta, I'm not sure if there is anything necessary besides simply adding the dependency as stated below. Inside an implementation (.m) file in the beta code, there...
Is it possible to process color attribute values like '@color/myColor', '@android:color/systemColor' and look up the value?
I have display options with CircleBitmapDisplayer but when imageResOnFail is set, and it is used, it isn't passed to the displayer. Does anyone have a workaround?
Would be nice to be able to do say: `@Json(path="level1.level2.level3")` for times when JSON has nested objects but you only want to construct a flat object from it.
I keep my Kotlin version up-to-date. When I use 1.1.1, the generate command always generates incomplete code, and usually a tooltip appears with Kotlin crash message. Just curious, @nekocode have...
No real reason to inflate an identical view hierarchy for each sequence item! Instead of a queue of MaterialShowcaseView it could have one MaterialShowcase view instantiated at the start of...