2015第章应用程序.pptVIP

  • 2
  • 0
  • 约1.88万字
  • 约 69页
  • 2016-12-16 发布于北京
  • 举报
3.2 Android程序结构 main.xml文件的代码 第7行的代码说明在界面中使用TextView控件,TextView控件主要用来显示字符串文本 第10行代码说明TextView控件需要显示的字符串,非常明显,@string/hello是对资源的引用 ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=/apk/res/android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent TextView android:layout_width=fill_parent android:layout_height=wrap_content android:text=@string/hello / /LinearLayout Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile . Copyright 2004-2011 Aspose Pty Ltd. 3.2 Android程序结构 Strings

文档评论(0)

1亿VIP精品文档

相关文档