20 lines
727 B
XML
20 lines
727 B
XML
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="@color/bkg1"
|
|
android:orientation="vertical"
|
|
android:paddingBottom="0dp"
|
|
android:paddingLeft="0dp"
|
|
android:paddingRight="0dp"
|
|
android:paddingTop="0dp"
|
|
tools:context="fishrungames.bashgid.StreetViewHolderFragment" >
|
|
|
|
<fragment
|
|
android:name="com.google.android.gms.maps.SupportStreetViewPanoramaFragment"
|
|
android:id="@+id/streetviewpanorama"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
|
|
</LinearLayout>
|