Created
February 26, 2014 12:37
-
-
Save pandey-adarsh147/9228766 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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