• <ul id="mayc0"></ul>
    <ul id="mayc0"><center id="mayc0"></center></ul>
    <strike id="mayc0"><input id="mayc0"></input></strike>
    <ul id="mayc0"></ul>
  • 始創于2000年 股票代碼:831685
    咨詢熱線:0371-60135900 注冊有禮 登錄
    • 掛牌上市企業
    • 60秒人工響應
    • 99.99%連通率
    • 7*24h人工
    • 故障100倍補償
    您的位置: 網站首頁 > 幫助中心>文章內容

    使用線性布局(LinearLayout)來布局屏幕

    發布時間:  2012/8/27 17:21:16

    第1章 UI布局開發實例集錦

    外觀向來是工業產品的設計核心,是激發用戶購買欲望的主要因素之一。本章講的UI布局指的是手機界面布局,一款手機的屏幕界面效果是吸引用戶購買的重要元素之一,因為消費者更傾向于選擇界面美觀的產品。在設計優美的界面之前,一定要先對屏幕進行布局。本章將使用具體實例的實現過程介紹在Android系統中規劃UI界面的方法。

    實例001:使用線性布局(LinearLayout)來布局屏幕

    源碼路徑:daima\001

    知識點介紹

    在Android布局中,需要了解視圖容器組件-ViewGroup的概念,使用視圖容器組件ViewGroup的語法格式如下:
     

    1. ndroid.view.Viewgroup 

    ViewGroup的功能是包含并管理下級系列的Views和其他ViewGroup,是一個布局的基類。類ViewGroup好像一個View容器,負責對添加進來的View進行布局處理。一個ViewGroup可以添加到另一個ViewGroup中去。這是因為ViewGroup也繼承于View.Viewgroup類,是其他容器類的基類。它們之間的關系如圖1-1所示。
     

     
    圖1-1  各個類的繼承關系

    我們知道,一個Android程序是由一個或多個Activity組成的,每個Activity是一個UI容器,Activity本身不在用戶界面中顯示出來。在Android中,類View起了一個非常重要的作用,View是一個最基本的UI類,幾乎所有的UI組件都是繼承于View而實現的。

    使用View的語法格式如下所示。
     

    1. android.view.View 

    線性布局即LinearLayout布局,是Android屏幕中常用的布局方式之一,功能是垂直地或水平地顯示ViewGroup的子視圖(View)元素。

    具體實現

    使用Eclipse創建一個名為"001"的Android工程。

    編寫布局文件"res/layour/main.xml",代碼如下所示。

    1. <?xml version="1.0" encoding="utf-8"?>   
    2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"   
    3.               android:layout_width="fill_parent"   
    4.               android:layout_height="fill_parent"   
    5.               android:orientation="horizontal"> 
    6.     <Button android:id="@+id/button1"   
    7.             android:layout_width="wrap_content"   
    8.             android:layout_height="wrap_content"              
    9.             android:text="第一個按鈕"   
    10.             android:layout_weight="1"   
    11.             />   
    12.     <Button android:id="@+id/button2"   
    13.     android:layout_width="wrap_content"   
    14.     android:layout_height="wrap_content"   
    15.     android:text="第二個按鈕"   
    16.     android:layout_weight="1"   
    17.     />   
    18.     <Button android:id="@+id/button3"   
    19.     android:layout_width="wrap_content"   
    20.     android:layout_height="wrap_content"   
    21.     android:text="第三個按鈕"   
    22.     android:layout_weight="1"   
    23.     />   
    24.     <Button android:id="@+id/button4"   
    25.     android:layout_width="wrap_content"   
    26.     android:layout_height="wrap_content"   
    27.     android:text="第四個按鈕"   
    28.     android:layout_weight="1"   
    29.     />   
    30.     <Button android:id="@+id/button5"   
    31.     android:layout_width="wrap_content"   
    32.     android:layout_height="wrap_content"   
    33.     android:text="第五個按鈕"   
    34.     android:layout_weight="1"   
    35.     />   
    36. </LinearLayout> 

    在上述代碼中,在根LinearLayout視圖組(ViewGroup)中包含了5個按鈕(Button),它的子元素是以線性方式水平布局的。上述代碼的運行效果如圖1-2所示。
     


    本文出自:億恩科技【www.vbseamall.com】

    服務器租用/服務器托管中國五強!虛擬主機域名注冊頂級提供商!15年品質保障!--億恩科技[ENKJ.COM]

  • 您可能在找
  • 億恩北京公司:
  • 經營性ICP/ISP證:京B2-20150015
  • 億恩鄭州公司:
  • 經營性ICP/ISP/IDC證:豫B1.B2-20060070
  • 億恩南昌公司:
  • 經營性ICP/ISP證:贛B2-20080012
  • 服務器/云主機 24小時售后服務電話:0371-60135900
  • 虛擬主機/智能建站 24小時售后服務電話:0371-60135900
  • 專注服務器托管17年
    掃掃關注-微信公眾號
    0371-60135900
    Copyright© 1999-2019 ENKJ All Rights Reserved 億恩科技 版權所有  地址:鄭州市高新區翠竹街1號總部企業基地億恩大廈  法律顧問:河南亞太人律師事務所郝建鋒、杜慧月律師   京公網安備41019702002023號
      0
     
     
     
     

    0371-60135900
    7*24小時客服服務熱線