为您找到相关结果2,198,499个
Android实现简单购物车_Android_脚本之家
android:layout_height="match_parent"> <CheckBox android:focusable="false" android:id="@+id/group_check" android:layout_width="wrap_content" android:layout_height="wrap_content" /> </LinearLayout>child_item:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 ...
www.jb51.net/article/2521...htm 2025-3-1
android仿华为手机悬浮窗设计_Android_脚本之家
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 public class FwBroadcastReceiver extends BroadcastReceiver { public static final String TAG = "FwBroadcastReceiver"; public static final String ACTION_BOOT = "android.intent.action.BOOT_COMPLETED"; public static final String ACTION_STASRT_...
www.jb51.net/article/2596...htm 2022-8-17
Android AOP基本用法全面详解_Android_脚本之家
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 //在根build.gradle下配置: dependencies { ... classpath 'com.hujiang.aspectjx:gradle-android-plugin-aspectjx:2.0.8' } //在app/build.gradle下配置 apply plugin: 'com.hujiang.android-aspectjx' aspectjx { //关闭AspectJX功能 enabled true //...
www.jb51.net/program/298038j...htm 2025-3-17
Android软键盘遮挡的四种完美解决方案_Android_脚本之家
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 <com.jereh.overidelinearlayout.LinearLayoutView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:id="@+...
www.jb51.net/article/947...htm 2025-3-20
Android Studio实现简单页面跳转的详细教程_Android_脚本之家
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools"...
www.jb51.net/article/2723...htm 2025-3-18
Android FFmpeg音视频解码播放示例详解_Android_脚本之家
/home/cd008/diska/android-ndk-r9/platforms/android-18/archarm/usr/include/stdlib.h:54:14: note: in expansion of macro 'getenv'extern char *getenv(const char *); 解决: 在config.h中注释掉#define getenv(x) NULL /#define getenv(x) NULL/ 1 sed -i -e 's/#define getenv(x) NULL/\...
www.jb51.net/article/2649...htm 2025-3-17