自己学习用的android基础笔记.docVIP

  • 10
  • 0
  • 约 16页
  • 2016-12-26 发布于未知
  • 举报
一.基础 1.View:文本等都是View的子类 Activity_main.xml LinearLayout xmlns:android=/apk/res/android xmlns:tools=/tools android:layout_width=match_parent android:layout_height=match_parent android:orientation=vertical tools:context=.MainActivity TextView android:id=@+id/textView android:layout_width=match_parent android:layout_height=wrap_content android:background=#FF0000 android:text=@string/hello_world / /LinearLayout mainAcitivity.java package com.Jason.s01_e05_acitivity; impo

文档评论(0)

1亿VIP精品文档

相关文档