You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just running side-by-side fragments in an activity on my tablet (android.support.v4.app.ListFragment on right) with QuickAction called using onListItemClick(). However when this is done, the location of the QA is over the left fragment. Issue arise from QuickAction class mRootview width being a number in the millions (as opposed to the actual screenwidth being 1280)
Let me know if you need anything else.
The text was updated successfully, but these errors were encountered:
I think if you use the anchor view rather than the mRootView (with a width of 16777214!!) then the QA should be positioned above/below the list item that was pressed.
Hi,
I'm just running side-by-side fragments in an activity on my tablet (android.support.v4.app.ListFragment on right) with QuickAction called using onListItemClick(). However when this is done, the location of the QA is over the left fragment. Issue arise from QuickAction class mRootview width being a number in the millions (as opposed to the actual screenwidth being 1280)
Let me know if you need anything else.
The text was updated successfully, but these errors were encountered: