More Related Content
DOCX
PDF
DOCX
DOCX
DOCX
DOCX
DOCX
DOCX
What's hot
PPTX
Les Fondamentaux D'Angular JS | Hmidi Hamdi DOCX
PDF
DOCX
DOCX
DOCX
DOCX
PDF
Kode program layout xml dan tampilan ui graphical (menggunakan eclipse) DOCX
DOC
Pemrograman mobile b tugas 1_1404505042 DOCX
DOCX
PPTX
DOCX
PPSX
Aula 10 04 (Gerenciadores de layouts) DOCX
DOCX
PDF
Penambahan menu atau tampilan PDF
Javascript & Angular .js for the enterprise, lessons learned, typescript scal... More from Erick Ramirez
DOCX
PPTX
PPTX
PPTX
DOCX
PPTX
PPTX
DOCX
PPTX
PPTX
PPTX
PPTX
DOCX
PPTX
PPTX
PPTX
PPTX
PPTX
PPTX
PPTX
Practica 2
- 1.
Practica 2: ”ScrollViewen Android”
Aplicación:La pantallase encuentradivididaendospartesiguales,estaspartestienenun
ScrollViewcadauna,perocon diferentesorientaciones,ycadaScrollView tienevariosbotones.
Código:
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.lap_c_pc38.myapplication2.MainActivity">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<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"
- 2.
- 3.
- 4.