I created a string array resource with several items.
I would like to load these items in my activity_main.xml file.
I tried to load the tag value of a button from a string-array which name is tagnames, but it didn't work:
android:tag = "@string-array/*tagnames*_2
Does anyone have a solution?