GCX-HCI / grandcentrix-AndroidCodeStyle

Android code style settings for Android Studio at grandcentrix
217 stars 63 forks source link

Moving code from xmls #35

Closed SammyJankis closed 5 years ago

SammyJankis commented 5 years ago

When I try to rearrange code in a xml, code style reorders the components of this xml. One example could be this one: Before rearrange : <FrameLayout(main container) <android.support.v7.widget.CardView <LinearLayout

After rearrange : <FrameLayout(main container) <LinearLayout <android.support.v7.widget.CardView

This changes the design of the xml...

StefMa commented 5 years ago

Thank you for reporting this issue. This should be fixed by #32 (see also the original issue at #31).

I'm not aware from where do you came from. But you simply have to "update" the current codestyle from our master branch.

SammyJankis commented 5 years ago

Thanks for the info !!