<?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面试经验