Vasya Drobushkov

Results 10 issues of Vasya Drobushkov

I raise this issue to clarify what animation ZoomXXXAnimators should describe. The question raised because of strange behavior. Example: Look at ZoomOutUpAnimator. At first view zooming out and moving down...

My vision on how to implement support for new paging 3 jetpack library. Relates to #88 Main obstacle is that AdapterDelegates are heavily based on "List" in their implementations. And...

Hi, Paging 3 is a complete rework of previous paging solution by Google. Adapter delegates have support for version 2. Would be good to have support for version 3 as...

Make it work like this in prod code ``` override fun onCreateBottomSheetMenu(inflater: MenuInflater, menu: Menu) { inflater.inflate(R.menu.menu_bottom_sheet, menu) val item = menu.findItem(R.id.action_delete) item.setTextColor(Color.RED) item.setIconTint(Color.RED) } ```

kotlin
pending

Add `setTitle` method for BottomSheet menu to support showing title according to material specs ![Image](https://storage.googleapis.com/material-design/publish/material_v_11/assets/0Bzhp5Z4wHba3Q3NrbGhWQXJxSGs/components_bottomsheets_specs3.png)

enhancement
pending

Support dividers for menu according to material design specs ![Image](https://storage.googleapis.com/material-design/publish/material_v_11/assets/0Bzhp5Z4wHba3Q3NrbGhWQXJxSGs/components_bottomsheets_specs3.png)

enhancement

Add grid-style bottom sheet as in material specs ![Image](https://storage.googleapis.com/material-design/publish/material_v_11/assets/0Bzhp5Z4wHba3ZnBOcy1YNThoS00/components_bottomsheets_specs7.png)

enhancement

Hi I'd like to change how home page is looking. Particularly, I'd like it to look the same way /posts page is looking It feels to me that I need...

Test case Create recycler view with 2 type of items: ``` Short Tall Short Tall etc. ``` Then dismiss some tall item for example. When animation ends, you will see,...

bug