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

Android basic1

时间:2016-03-08 13:46:29      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:android

View:

xml visualizer:

http://labs.udacity.com/android-visualizer/#/android/sandbox

hex color:

http://www.w3schools.com/colors/colors_hex.asp

ImageView:

<ImageView

    android:src="@drawable/cake" //don‘t need to write the suffix,just name

    android:layout_width="wrap_content"

    android:layout_height="wrap_content"

    android:scaleType="centerCrop"/>//no any white border,fully

developer.android.com

<TextView>:sp is only for font:scaled pixel

google: TextView android


Android basic1

标签:android

原文地址:http://11259454.blog.51cto.com/11249454/1748635

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