Skip to content

Instantly share code, notes, and snippets.

@pandey-adarsh147
Created February 26, 2014 12:37
Show Gist options
  • Save pandey-adarsh147/9228766 to your computer and use it in GitHub Desktop.
Save pandey-adarsh147/9228766 to your computer and use it in GitHub Desktop.
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<LinearLayout
android:layout_alignParentTop="true"
android:id="@+id/mapfragment"
android:layout_width="match_parent"
android:layout_height="300dp"
android:orientation="vertical" >
</LinearLayout>
<!-- To control map flickring effect -->
<View
android:id="@+id/imageView123"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment