Can you change backgroundcolor of an layout resource in Android Studio?
I have an activity with a button "Select color" and a edittxt (insert hex code for color). When user hit the button the backgroundcolor of the resourcefile must change to hex code. The color is now set on XML file.…