coutier eric
coutier eric

Reputation: 1019

Android studio : how to reach "id" field when using quick edition (F2) on View in Layout Editor

I've discovered a very cool feature in android studio: when pressing "F2" while a Button is selected in layout editor (it's an example, i haven't tested for others View but i think it's the same thing), a small window appear that permit to quick change "text" and "id" properties without the need to browse properties palette (see screenshot).

But i don't know how to reach the "id" property only with keyboard. The TAB key doesn't work in this context, so i've to click on it : it's time consuming.

Someone has an idea ?

enter image description here

Upvotes: 0

Views: 70

Answers (1)

coutier eric
coutier eric

Reputation: 1019

Sorry : the bug didn't occur anymore since i've relaunched Android Studio today. Perhaps it was due to a specific configuration of android or linux. I don't know.
It's a good new for me...

Upvotes: 0

Related Questions