java - MapView is only refreshing when it's touched -
i have mapview in fragment , want show user's current location. problem it's refreshed (in layers, first terrain, name of streets...) when mapview touched. shows front camera preview also. here's code. fragment layout <?xml version="1.0" encoding="utf-8"?> <relativelayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <relativelayout android:id="@+id/otherrelative" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignparentleft="true" android:layout_alignparenttop="true" android:gravity="center" > <textview android:id="@+id...