Editing multiple elements in Android XML layout via Eclipse

I am trying to edit multiple textview in xml layout. Before installing Juno, I selected several items by pressing the shift button and all the properties were displayed in the Properties view, so I can make batch changes. Now all that I have on the Property View; ID, Text, Tooltip, Text color, Text Appereance, Text size, Content In this particular case, I want to change all their gravitations from one to the right. I assume I did something wrong with eclipse settings or missed something else .. need help thanks

+5
source share
1 answer

I just tested it with Eclipse 4.2.1. I opened the xml layout file, selected a bunch of TextViews, then right-clicked and clicked "Properties". All attributes appeared in the property view, and I easily edited them in batch mode.

0
source

All Articles