質問

I am displaying a bigger version of google map once user click on the small fragment which display map. I am displaying bigger version of map starting map activity in dialog mode. every thing is working fine but the only problem is displayed map is very dull not bright how i can keep it bright. any help will be appriciated.

enter image description here

役に立ちましたか?

解決

It's about the Theme you are using for your activity. user587650's answer is correct. You can find the solution inside that page. https://code.google.com/p/gmaps-api-issues/issues/detail?id=4902

By simply adding these items inside my themes.xml file I could solve the problem.

enter image description here

Hope it helps!

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top