-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
200656e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cbkerr Curious, as someone who isn't very familiar with Android source code, what is the reason for this change? It doesn't seem alphabetical, so does it change the behavior or appearance of the app?
200656e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question. Android Studio reordered the xml when I was using its visual editor.
I don't believe the order matters, and I wanted the changes to be easier to review, so I tried to put the order back to where it was before.
Because it wasn't in alphabetical order, I thought that there might be a deeper meaning known to original developers.
200656e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I see. Thanks for taking the time to explain that to me. These IDEs with their "code churn"... :)