文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>[Android] Layout

[Android] Layout

时间:2010-05-06  来源:web_surf

  1. Document
    http://developer.android.com/guide/topics/ui/declaring-layout.html
    http://developer.android.com/guide/topics/ui/layout-objects.html
  2. FrameLayout
  3. LinearLayout
  4. TableLayout
  5. RelativeLayout
    1. ...
    2. Sample
      1. A text view sith scroll bar at the top of window, and a button locates at the bottom of the window.
        <RelativeLayout ...>
           <ScrollView
           android:layout_alignParentTop="true"
           android:layout_above="@+id/my_id"
           ...>
               <TextView .../>
           </ScrollView>
           <Button android:id="@+id/my_btn"
            ...
           android:layout_alignParentBottom="true"
           />
        </RelativeLayout>
    3. ...
  6. ...
相关阅读 更多 +
排行榜 更多 +
我是班长去广告版下载

我是班长去广告版下载

模拟经营 下载
什么鸭小游戏安卓版下载

什么鸭小游戏安卓版下载

策略塔防 下载
极光影院官方最新版本2025下载

极光影院官方最新版本2025下载

趣味娱乐 下载