AndroidDeveloperLB
AndroidDeveloperLB
I had to make the fast-scroller myself, but it's probably not the best way to do it: https://github.com/AndroidDeveloperLB/LollipopContactsRecyclerViewFastScroller It could be nice to have it customizable/extensible like the LayoutManager. Or...
Just by opening the project I see it these:  
I don't think it's really needed. It's not like it has changed... See attached video: [2019-10-09_23-07-09.zip](https://github.com/android/user-interface-samples/files/3709230/2019-10-09_23-07-09.zip) Is it really needed? I've checked it and it works fine when it's initialized...
Currently we can choose to scale-crop from center (center crop) , from top, and other sides... But what should I do to make it work for 20% from the top?...
Tested on Pixel 2 with Android P. The crash log: 2018-10-25 02:22:36.168 19882-19882/com.codeforvictory.android.superimageview.samples E/AndroidRuntime: FATAL EXCEPTION: main Process: com.codeforvictory.android.superimageview.samples, PID: 19882 android.view.InflateException: Binary XML file line #2: Binary XML file...
Not sure how this occurred, other than playing around with the sample: I can't drag the card on the top of the stack. Instead, it drags an item inside it....
**Is your feature request related to a problem? Please describe.** In some cases, I want to be able to let the user press the Chip, but not to let it...
For example, if we have `indexOfFirst{...}>=0` , it can be replaced with `any{...}`. And the opposite: `indexOfFirst{...}
As the title says. For example, if I have this: ``` ... ``` The second one isn't needed. You can also add this for merged manifest, but it's a bit...
Examples: `layout_centerHorizontal="true"`, `layout_centerInParent="true"` - one of them isn't needed `layout_width="match_parent"`, `layout_centerHorizontal="true"` - no need to center if it's all size. This is a bit problematic because in code the size...