Analiza el siguiente código y dibuja en tu libreta lo que se genera... (200)
<android.support.v4.widget.NestedScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context="com.example.mislugares.MainActivity"
tools:showIn="@layout/activity_main">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical"
android:padding="30dp">
<Button
android:id="@+id/button01"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/accion_mostrar" />
<Button
android:id="@+id/button02"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/accion_preferencias" />
<Button
android:id="@+id/button03"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/accion_acerca_de" />
<Button
android:id="@+id/button04"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/accion_salir" />
</LinearLayout>
</android.support.v4.widget.NestedScrollView>
2.- Investiga los siguientes tipos de Layout y escribe en tu libreta... (300)
ScrollView:
HorizontalScrollView:
TabHost:
ListView
3.- En qué tipo de aplicación utilizarías ViewFlipper: (googlea una aplicación que utilice este layout y escribe en tu libreta cómo lo aplicarías a tu proyecto de materias) (200)
No hay comentarios.:
Publicar un comentario