0

I have a GoogleMaps object and I want to hide it when the phone is not connected to the internet. GoogleMaps V2

Krisztian
  • 373
  • 1
  • 3
  • 15

1 Answers1

0

I've found a possible solution, I put it in a liearlayout then I can hide this layout:

mLinearLayout.setVisibility(View.INVISIBLE);
Krisztian
  • 373
  • 1
  • 3
  • 15