Android Question How to select all views inside panel in layout designer ?

Shripal Dalal

Member
Licensed User
Longtime User
Hello guys,
I need help with designer.
I want to select all the view(labels,buttons etc) inside Main panel by pressing (ctrl +A). but i am unable to do it.
any clue on how to do it?
I would appreciate your help and suggestions.
 

Attachments

  • Untitled.png
    Untitled.png
    82.5 KB · Views: 161

Shripal Dalal

Member
Licensed User
Longtime User
You cannot do it with Ctrl + A.

You can select the items in the views tree. Another option is to split this layout into two layouts. One with the panel and one with the content.
Load the first layout and then load the second layout to the panel.



i tried views tree,
in designer for alignment, size and etc i cant move all the selected views at once. :(

what i have to do is press ctrl key and by mouse select one by one all the desired views and then move or align together.:eek:

so that is why i was wondering if i can use ctrl+A key combination ?
 
Upvote 0
Top