移动应用开发之高级布局(列表布局)

news/2024/11/23 20:12:39/

一、在activity_main.xml文件中定义

   <ListViewandroid:layout_width="match_parent"android:id="@+id/listView"android:layout_height="match_parent" />

二、在layout下再创建一个布局文件(直接右键添加layout——resource文件) layout_width="0dp"保证文字多少不影响宽度,三块均分则是由layout_weight保证

item_list.xml

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"android:orientation="horizontal" android:layout_width="match_parent"android:layout_height="match_parent"><TextViewandroid:layout_width="0dp"android:layout_height="wrap_content"android:gravity="center_horizontal"android:id="@+id/text01"android:textSize="20dp"android:background="#ffff7d3a"android:layout_weight="1" /><TextViewandroid:layout_height="wrap_content"android:gravity="center_horizontal"android:id="@+id/text02"android:textSize="20dp"android:layout_width="0dp"android:background="#ffffbd28"android:layout_weight="1" /><TextViewandroid:layout_height="wrap_content"android:gravity="center_horizontal"android:id="@+id/text03"android:textSize="20dp"android:layout_width="0dp"android:background="#ffff1e2a"android:layout_weight="1" />
</LinearLayout>

三、mainactivity.java文件中

使用hashmap来接收数据,并且定义一个适配器,对应着text把数据填入

  list = (ListView) findViewById(R.id.listView);List<HashMap<String, String>> myList = new ArrayList<HashMap<String, String>>();for (int i=0; i<5; i++) {HashMap<String, String> map = new HashMap<String, String>();map.put("itemId", String.valueOf(IDS[i]));map.put("itemName", NAMES[i]);map.put("itemMajor", MAJORS[i]);myList.add(map);}SimpleAdapter adapter = new SimpleAdapter(MainActivity.this, myList, R.layout.item_list, new String[] {"itemId", "itemName", "itemMajor"}, new int[] {R.id.text01, R.id.text02, R.id.text03});list.setAdapter(adapter);

http://www.ppmy.cn/news/569221.html

相关文章

移动应用开发之高级布局(网格布局)

效果 步骤一、 activity main.xml中定义 <?xml version"1.0" encoding"utf-8"?> <LinearLayout xmlns:android"http://schemas.android.com/apk/res/android"android:orientation"vertical" android:layout_width"m…

i春秋网络内生安全试验场CTF夺旗赛(第二季)部分wp

i春秋 2019-10月CTF答题夺旗赛 web部分wp 1.easyphp 通过观察可以发现img传参base64解码&#xff1b;同样的方法可得index.php源码 之后构造序列化。。。。。 2、calculate1&#xff0c;2 写wp前删掉了脚本&#xff0c;简述下:利用selenium运算公式并结合chromedriver进行10次…

uni-app项目中如何添加百度统计代码?

在项目根目录创建一个空的html文件命名为baidu_statistics.html 直接copy以下代码&#xff0c;运行即可 <!DOCTYPE html> <html lang"zh-CN"><head><meta charset"utf-8"><meta http-equiv"X-UA-Compatible" conten…

数字化转型|银行业数据中心数字化转型之模型篇 01

导语&#xff1a; 银行业数据中心数字化转型是一项系统性工程&#xff0c;既涉及管理层面转型——包括数字化转型战略、基础架构和技术架构转型、技术创新和知识体系转型&#xff0c;又涉及执行层面转型——包括人员管理&#xff08;P&#xff09;、流程管理&#xff08;P&…

中国海域地形图

中国海域地形图 中国海域地形图 clear;clc;close all; figure m_proj(miller,lat,[0 45],long,[105 135]);set(gcf,color,w,position,[50 50 1200 450]) % Set background colour before m_image call % cmapcolormore_56([1:12]); % cmapflip(colormore_49([11]));…

海洋馆一日游

虽然说整个夏日没圆的海洋馆的梦&#xff0c;但是在这国庆的大喜日子里圆梦了&#xff0c;记录一下

海洋的世界

我平时给你555