码迷,mamicode.com
首页 > 移动开发 > 详细

1.1.3 Getting Started_Budding Your First App_Building a Simple User Interface

时间:2014-06-16 10:43:38      阅读:268      评论:0      收藏:0      [点我收藏+]

标签:des   android   style   class   code   tar   

The graphical user interface for an Android app is built using a hierarchy of View and ViewGroup objects. View objects are usually UI widgets such as buttons or text fields and ViewGroupobjects are invisible view containers that define how the child views are laid out, such as in a grid or a vertical list.

Android provides an XML vocabulary that corresponds to the subclasses of View and ViewGroup so you can define your UI in XML using a hierarchy of UI elements.

Android的用户界面使用 View 和 ViewGroup 这种层级结构创建。View 就是通常的UI widgets(小工具),比如 buttons,text fields,ViewGroup 是不可见的 view 的容器,它来定义包含的 View 的布局,比如一个网格或者垂直列表。

Android 提供一种XML语法对应 View 和 ViewGroup ,因此你能在 XML 中使用层级的 UI 元素来定义你的 UI

1.1.3 Getting Started_Budding Your First App_Building a Simple User Interface,布布扣,bubuko.com

1.1.3 Getting Started_Budding Your First App_Building a Simple User Interface

标签:des   android   style   class   code   tar   

原文地址:http://www.cnblogs.com/zhhda/p/3783594.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!