上一页 1 2 3 4 5 6 ··· 30 下一页
摘要: <scale xmlns:android="http://schemas.android.com/apk/res/android" android:fromXScale="1.0" android:toXScale="2.0" android:fromYScale="1.0" android:toY 阅读全文
posted @ 2024-12-23 18:51 赵千万 阅读(8) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="utf-8"?> <animation-list xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/selected" android:o 阅读全文
posted @ 2024-12-22 21:59 赵千万 阅读(4) 评论(0) 推荐(0)
摘要: package com.example.myapp; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Pain 阅读全文
posted @ 2024-12-21 16:28 赵千万 阅读(5) 评论(0) 推荐(0)
摘要: package com.example.myapp; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graph 阅读全文
posted @ 2024-12-20 21:53 赵千万 阅读(7) 评论(0) 推荐(0)
摘要: package com.example.myapp; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Pain 阅读全文
posted @ 2024-12-19 21:11 赵千万 阅读(9) 评论(0) 推荐(0)
摘要: package com.example.myapp; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graph 阅读全文
posted @ 2024-12-18 19:48 赵千万 阅读(7) 评论(0) 推荐(0)
摘要: package com.example.myapp; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Pain 阅读全文
posted @ 2024-12-17 20:02 赵千万 阅读(10) 评论(0) 推荐(0)
摘要: <!-- res/layout/activity_main.xml --> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.c 阅读全文
posted @ 2024-12-16 19:38 赵千万 阅读(5) 评论(0) 推荐(0)
摘要: <!-- res/layout/activity_main.xml --> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.c 阅读全文
posted @ 2024-12-15 18:34 赵千万 阅读(13) 评论(0) 推荐(0)
摘要: public class MyGestureView extends View { private GestureDetector gestureDetector; public MyGestureView(Context context) { super(context); init(); } p 阅读全文
posted @ 2024-12-14 20:40 赵千万 阅读(8) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 30 下一页