Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/11/2015, 15:34
Avatar de satjaen
satjaen
 
Fecha de Ingreso: septiembre-2012
Ubicación: Jaén (Andalucía)
Mensajes: 893
Antigüedad: 11 años, 8 meses
Puntos: 10
Calendario en input Android

Hola, tengo este input y quisiera ponerle un calendario. He puesto esto pero no sale

Código HTML:
Ver original
  1. <EditText
  2.                        android:layout_width="match_parent"
  3.                        android:layout_height="13dp"
  4.                        android:inputType="date"
  5.                        android:id="@+id/compra"
  6.                        android:layout_weight="0.15" />

Gracias