2014年10月30日

UI复习-距离单位

摘要: android中常用的距离单位: 阅读全文

posted @ 2014-10-30 10:40 brady丶 阅读(125) 评论(0) 推荐(0)

UI复习-布局管理器GridLayout(计算器界面)

摘要: 1>GridLayout,4.0版本以上新增的网格布局,以下版本需要引用支撑包package com.brady.est;import android.annotation.SuppressLint;import android.os.Bundle;import android.support.v7... 阅读全文

posted @ 2014-10-30 10:36 brady丶 阅读(495) 评论(0) 推荐(0)

UI复习-布局管理器RelativeLayout(导航方向菜单)

摘要: package com.brady.est;import android.annotation.SuppressLint;import android.os.Bundle;import android.support.v7.app.ActionBarActivity;import android.v... 阅读全文

posted @ 2014-10-30 09:25 brady丶 阅读(404) 评论(0) 推荐(0)

导航