User Tools

Site Tools


android:programacion:imagenes

This is an old revision of the document!


Insertar una imágen

El fichero tiene que estar copiado dentro de las carpetas: - drawable-hdpi - drawable-mdpi - drawable-ldpi

<ImageView
android:src = "@drawable/image_red"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
android/programacion/imagenes.1277971677.txt.gz · Last modified: 2015/04/13 20:19 (external edit)