so, to the point, i'm right now working on a simple app, and for the app to working as intended i need to change my layout order on the component tree which hold different UI element
need to move the relative2 layout to above relative1
i know that it tied to the XML file, but is it possible to do that without much hassle?
found this link before : Can I set "android:layout_below" at runtime, programmatically?
i already tried it, but it make my app crash when i execute it, i don't even know if that is what i need
would be grateful if anyone can help, thanks!