使用android程序资源.pptVIP

  • 0
  • 0
  • 约1.98万字
  • 约 78页
  • 2019-11-06 发布于广东
  • 举报
TextView android:text=@string/blue android:id=@+id/textView6 android:layout_width=wrap_content android:layout_height=wrap_content android:textSize=@dimen/sp android:textColor=@color/red/TextView TextView android:text=@string/purple android:id=@+id/textView7 android:layout_width=wrap_content android:layout_height=wrap_content android:textSize=@dimen/sp android:textColor=@color/red/TextView TextView android:text=@string/taichi android:id=@+id/textView8 android:layout_width=wrap_content android:layout_height=wrap_content android:textSize=30sp/TextView TextView android:text=@string/white android:id=@+id/textView9 android:layout_width=wrap_content android:layout_height=wrap_content android:textSize=@dimen/sp android:textColor=@color/red/TextView TextView android:text=@string/black android:id=@+id/textView10 android:layout_width=wrap_content android:layout_height=wrap_content android:textSize=@dimen/sp android:textColor=@color/red/TextView /LinearLayout 我们一共使用了整整84行才完成了布局文件的编写。运行后效果如图所示: 2.使用了style后的main.xml ?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:id=@+id/textView0 style=@style/mystyle2 android:text=@string/rainbow / TextView android:text=@string/red android:id=@+id/textView1 style=@style/mystyle1/TextView TextView android:text=@string/orange android:id=@+id/textView2 style=@style/mystyle1/TextView TextView android:text=@string/yellow android:id=@+id/textView3 style=@style/mystyle1/TextView TextView android:text=@string/green android:id=@+id/textView4 style=@style/mystyle1/TextView TextView android:text=@string/cyan android:id=@+id/textView5 style=@style/mystyle1/TextView TextView android:text=@string/blue android:id=@+id/textView6 style=@style/mystyle1/TextView TextView android:

文档评论(0)

1亿VIP精品文档

相关文档