Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/07/2014, 04:34
educdd
 
Fecha de Ingreso: octubre-2012
Ubicación: Madrid
Mensajes: 67
Antigüedad: 11 años, 5 meses
Puntos: 1
Respuesta: Como colocar ListView dentro de un relative layout

has probado a meterlo todo dentro de un scrollView

Código:
<?xml version="1.0" encoding="utf-8"?>
<ScrollView android:id="@+id/scr" android:layout_height="fill_parent"
    android:layout_width="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android">


    

     AQUÍ METES TU RELATIVELAYOUT




</ScrollView>