3.14
所花时间(包括上课):4
打码量(行):560
博客量(篇):1
了解到知识点:学习ScrollView
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<!-- LinearLayout -->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<!-- TextView 1 -->
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="666"
android:padding="16dp" />
<!-- ImageView -->
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/sample_image"
android:scaleType="fitXY"
android:padding="16dp" />
<!-- TextView 2 -->
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="666"
android:padding="16dp" />
</LinearLayout>
</ScrollView>
本文来自博客园,作者:赵千万,转载请注明原文链接:https://www.cnblogs.com/zhaoqianwan/p/18074224
千万千万赵千万