閱讀255 返回首頁    go 阿裏雲 go 技術社區[雲棲]


FrameLayout.xml



<?xml version="1.0" encoding="utf-8"?>
<FrameLayout    xmlns:andro
    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>






最後更新:2017-04-02 16:48:16

  上一篇:go PicoContainer(Ioc容器)在測試用例中的應用(一)
  下一篇:go android Fragments詳解四:管理fragment