Ver Mensaje Individual
  #3  
Viejo 19/09/13, 23:15:21
Array

[xs_avatar]
FrancisPM FrancisPM no está en línea
Usuario poco activo
 
Fecha de registro: mar 2010
Localización: Requena (Valencia)
Mensajes: 44
Modelo de smartphone: iPhone SE - 64Gb
Tu operador: Orange
Yo tengo un relativelayout, y dentro de este un fragment que es el mapa.

Código:
<RelativeLayout  
    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_pare nt"
    tools:context=".Mapa">
    <fragment
        android:id="@+id/map"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        class="com.google.android.gms.maps.SupportMapFragment"/>
</RelativeLayout>
Responder Con Cita