上一页 1 2 3 4 5 6 7 8 9 10 ··· 38 下一页
摘要: 拿走不谢!! import android.content.Context;import android.graphics.drawable.Drawable;import android.util.AttributeSet;import android.widget.ImageView; publ 阅读全文
posted @ 2022-03-24 16:33 野生野鸡码农 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 需求 有时会需要改变布局颜色透明度,比如设置控件(如View,Button等)的透明度,有3种方法。 实现方法 java代码实现 text = (TextView) findViewById(R.id.text); text.getBackground().setAlpha(12); setAlph 阅读全文
posted @ 2022-03-22 17:01 野生野鸡码农 阅读(2181) 评论(0) 推荐(0) 编辑
摘要: 支付宝SDK与友盟SDK都有同样的utdid包,所以需要移除其中一个 app的build.gradle中 dependencies { api('com.umeng.umsdk:push:6.4.0') { exclude group: 'com.umeng.umsdk', module: 'utd 阅读全文
posted @ 2022-02-23 16:31 野生野鸡码农 阅读(731) 评论(0) 推荐(0) 编辑
摘要: 修改前: 修改后: 步骤: 1,定义style:在工程的res/values/styles.xml中添加👇下面配置 <style name="zhuTextStyle" parent="AppTheme.NoActionBar"> <item name="android:colorControlA 阅读全文
posted @ 2022-01-25 15:00 野生野鸡码农 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-12-19 22:46 野生野鸡码农 阅读(19) 评论(0) 推荐(0) 编辑
摘要: public class ScreenUtils { private ScreenUtils() { throw new AssertionError(); } /** * dp单位转成px * * @param context context * @param dp dp值 * @return p 阅读全文
posted @ 2021-11-02 18:00 野生野鸡码农 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 使用第三方小程序插件: https://github.com/Kujiale-Mobile/Painter 工具如何使用: https://blog.csdn.net/ygzrsno/article/details/108535954 JSON生成工具网站: https://lingxiaoyi.g 阅读全文
posted @ 2021-08-16 17:24 野生野鸡码农 阅读(391) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_34263321/article/details/89678850 阅读全文
posted @ 2021-07-01 15:14 野生野鸡码农 阅读(78) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-06-29 13:56 野生野鸡码农 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-06-28 17:11 野生野鸡码农 阅读(2) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 38 下一页