摘要: spinner_item1.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width 阅读全文
posted @ 2020-02-09 20:50 @王新@ 阅读(172) 评论(0) 推荐(0)
摘要: 启动窗体-带参数 Intent intent1 = new Intent(ActivityLogin.this, ScanBatActivity.class); intent1.putExtra("SCAN_MODE", 1); startActivity(intent1); 阅读全文
posted @ 2020-02-09 14:21 @王新@ 阅读(98) 评论(0) 推荐(0)
摘要: AndroidManifest.xml <application android:name="com.code369.veclib.EasyApplication" android:allowBackup="true" android:icon="@mipmap/ic_launcher" andro 阅读全文
posted @ 2020-02-09 14:14 @王新@ 阅读(178) 评论(0) 推荐(0)