Assigned
Status Update
Comments
to...@yahoo.com <to...@yahoo.com> #2
why the ?? did issuetracker stick this in "Navigation"? If it was me... apologies, but?? Please reroute to Preferences
No update yet.
why the ?? did issuetracker stick this in "Navigation"? If it was me... apologies, but?? Please reroute to Preferences
Description
Component used: Preferences Version used: 1.2.0 Devices/Android versions reproduced on: n/a
As defined:
...
But code:
Typically, in the Android Studio layout, when you start typing "ordering.." it will automatically add "android:orderingFromXml" and as a result won't work.
Problem: the "mOrderingAsAdded" is only set correctly when "app:orderingFromXml" is used, and NOT when "android:orderingFromXml" is used.
Result: a frustrated user who yet again had to debug the Android framework.
Solution: Either remove the "android:orderingFromXml" from the declare-styleable (my preferred solution) or add more duplicate code to set mOrderingAsAdded correctly (please don't, far to much duplicate code in the android framework already)