0
点赞
收藏
分享

微信扫一扫

android列表xml模板

Gascognya 2023-03-05 阅读 67


<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal" >

<TextView
android:layout_width="250dp"
android:layout_height="fill_parent"
android:id="@+id/title"
android:text="百度面试经验"
android:textSize="30sp"
/>

<TextView
android:id="@+id/datetime"
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:text="3月4日" />


</LinearLayout>

IT部落格(http://www.itbuluoge.com)-快乐快速学习,专注于免费编程教程,在线编程,IT面试笔记,IT面试经验


举报

相关推荐

0 条评论