Android Studio allows you to work with layouts in both a Design View and a Text View.

1>Design View


2> Text View



From the Design View, you can drag and drop elements from the Palette to the Preview or Component Tree. The Text View allows you to directly edit the XML settings, while previewing the device display.


Easily select and preview layout changes for different device images, display densities, UI modes, locales, and Android versions (multi-API version rendering).



转自:http://developer.android.com/tools/studio/index.html#git-samples



更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android(安卓)NFC API Reference中英文
  2. Android基站定位原理及实现代码
  3. ProgressView
  4. android 判断当前所否为锁屏界面
  5. 给Android应用开发者的十个建议
  6. 如何Hook NotificationManagerService 实
  7. Security and Permissions 安全与权限 (八
  8. Pattern.compile
  9. android 游戏:俄罗斯方块的小结
  10. Android(安卓)Handler 解决循环引用