0

This is my layout in Design view of Android studio, when Pixel device is selected. enter image description here

But when I switch the device to AVD device such as 4_WVGA_Nexus_S.., the virtual button is disappear. enter image description here

How can I bring it back?

This is my AVD device show : enter image description here

quangkid
  • 1,287
  • 1
  • 12
  • 31
  • Probably https://stackoverflow.com/questions/27252308/hardware-buttons-is-not-clickable-in-android-emulator ? – Martheen Mar 06 '21 at 02:38
  • @Martheen Sorry but this is in Design view. I try to open another project and it hardly appears. I don't know for what reason – quangkid Mar 06 '21 at 03:17
  • 1
    If the Design view device options follow what's offered by AVD, I'd assume it will also follow what AVD define for each device (ie, whether a device have hardware keys or require onscreen keys) – Martheen Mar 06 '21 at 03:19
  • https://stackoverflow.com/questions/49243746/how-to-use-a-custom-resolution-in-android-studios-layout-editor or you can just add a new resolution and include other settings there – Martheen Mar 06 '21 at 03:22

1 Answers1

0

Choose View Options (eye symbol) -> Show System UI

Uuu Uuu
  • 1,282
  • 2
  • 10
  • 18