帧布局(FrameLayout)的XML

<FrameLayout  xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"

android:orientation="vertical">

<TextView
android:text="@string/shang"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="26pt"
android:textColor="@color/tc1"/>

<TextView
android:text="@string/yan"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="18pt"
android:textColor="@color/tc2"/>

<TextView
android:text="@string/he"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="12pt"
android:textColor="@color/tc3"/>

</FrameLayout>

posted on 2014-11-19 20:36  Iitb  阅读(260)  评论(0)    收藏  举报

导航