FrameLayout.xml



<?xml version="1.0" encoding="utf-8"?>
<FrameLayout    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent">
    <TextView
        android:text="较大"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textSize="50pt"/>
    <TextView
        android:text="一般"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textSize="20pt"/>
    <TextView
        android:text="较小"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textSize="10pt"/>
</FrameLayout>






posted @ 2012-08-24 10:05  freedragon  阅读(109)  评论(0编辑  收藏  举报