Vladimir Hudnitsky

Results 2 issues of Vladimir Hudnitsky

I'm not super happy with this solution, because I'm hardcoding 3x4 keyboard style here, but seems like it is the primary use case of the widget. This solution solves issues...

Hi. I tested my app using monkey test and found next exception: java.lang.IllegalArgumentException: parameter must be a descendant of this view at android.view.ViewGroup.offsetRectBetweenParentAndChild(ViewGroup.java:4548) at android.view.ViewGroup.offsetDescendantRectToMyCoords(ViewGroup.java:4485) at android.view.FocusFinder.findNextFocus(FocusFinder.java:121) at android.view.FocusFinder.findNextFocus(FocusFinder.java:94) at...