xml wapmass-Android的ListView控件,DetailsActivity.xml
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml wapmass-Android的ListView控件,DetailsActivity.xml相关的知识,希望对你有一定的参考价值。
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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"
android:orientation="vertical"
tools:context=".DetailActivity">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_marginTop="5dp"
android:id="@+id/image"
android:layout_gravity="center"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:textStyle="bold"
android:id="@+id/title"
android:gravity="center"
android:textSize="30sp"
android:layout_marginTop="10dp"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/description"
android:layout_marginTop="10dp"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</ScrollView>
</LinearLayout>
以上是关于xml wapmass-Android的ListView控件,DetailsActivity.xml的主要内容,如果未能解决你的问题,请参考以下文章
xml wapmass-Android的ListView控件,DetailsActivity.xml
xml wapmass-Android的LinearLayout中,垂直orientation.xml
xml wapmass-Android的LinearLayout中有水平orientation.xml
Flutter ListVİew 总是在向上或向下滚动时重新渲染
wpf,我给一个textbox的text绑定到一个listv.selectionitem.path,
ExpandableListView(可展开的列表组件)的说明以及其用法