[Java] Android图形图像与动画开发之Paint和Canvas类 →→→→→进入此内容的聊天室

来自 , 2020-12-15, 写在 Java, 查看 103 次.
URL http://www.code666.cn/view/6072cd14
  1. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"  
  2.     xmlns:tools="http://schemas.android.com/tools"  
  3.     android:layout_width="match_parent"  
  4.     android:layout_height="match_parent"  
  5.     tools:context=".Draw_View"  
  6.     >  
  7.  
  8.     <TextView  
  9.         android:layout_width="wrap_content"  
  10.         android:layout_height="wrap_content"  
  11.         android:text="@string/hello_world" />  
  12.     <com.example.draw_view.DrawView  
  13.         android:layout_width="wrap_content"  
  14.         android:layout_height="wrap_content"/>  
  15.  
  16. </FrameLayout>  
  17.  
  18.  
  19. //java/6595

回复 "Android图形图像与动画开发之Paint和Canvas类"

这儿你可以回复上面这条便签

captcha