Status Update
Comments
ma...@gmail.com <ma...@gmail.com> #2
Over to Ralston to take a look. I imagine with the new relocation logic it should be fixed?
il...@google.com <il...@google.com> #3
What is happening here is that the TextField does not know that it is in a scrollable container, and since the keyboard is going to hide the currently focused text, the text field calls View.requestRectangleOnScreen which causes the entire app to pan up, and that clips the top bar.
The Relocation APIs are experimental right now. It is not used in TextField as we are past the alpha stage and can only use stable APIs in TextField. So this bug can only be fixed post 1.0
jo...@gmail.com <jo...@gmail.com> #4
This should be fixed by
I verified that this sample code now works when soft input mode is AdjustResize.
ma...@gmail.com <ma...@gmail.com> #5
I'm doing the same as #4 . I am very busy and can't attach a sample project, I'm sorry.
il...@google.com <il...@google.com> #6
DrawerArrowDrawable works fine without any special ProGuard rules alongside getDefaultProguardFile('proguard-android.txt').
If you see differently, please attach a sample project.
If you see differently, please attach a sample project.
Description
Version used: 1.0.0-alpha05
Using:
NavigationUI.setupWithNavController(toolbar, navController, drawer)
With proguard, the back arrow is never shown, although clicking on the icon correctly goes back instead of opening the drawer.