More Related Content
PDF
DOCX
DOCX
DOCX
DOCX
DOCX
PDF
DOCX
What's hot
TXT
DOCX
TXT
TXT
PDF
DOCX
DOCX
PDF
Penambahan menu atau tampilan DOCX
DOCX
PPSX
Aula 10 04 (Gerenciadores de layouts) PDF
PPTX
PDF
PDF
DOCX
DOCX
PDF
Javascript & Angular .js for the enterprise, lessons learned, typescript scal... More from Jose AC
DOCX
DOCX
PPTX
PPTX
PPTX
PPTX
PPTX
PPTX
PPTX
PPTX
PPTX
PPTX
PPTX
PPTX
PPTX
PPTX
Ejercicios de bases de datos Actividad 02
- 1.
Actividad 02: “Scrollviewen Android”
El estudiante realiza aplicaciones móviles que utilicen diferentes layouts, según lo
vaya indicando el docente.
CÓDIGO:
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:layout_editor_absoluteX="0dp"
tools:layout_editor_absoluteY="0dp">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<Button
android:id="@+id/button74"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Button" />
<Button
android:id="@+id/button81"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Button" />
<Button
android:id="@+id/button80"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Button" />
<Button
android:id="@+id/button79"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Button" />
<Button
android:id="@+id/button78"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- 2.
- 3.
- 4.