摘要:
拿走不谢!! import android.content.Context;import android.graphics.drawable.Drawable;import android.util.AttributeSet;import android.widget.ImageView; publ 阅读全文
摘要:
需求 有时会需要改变布局颜色透明度,比如设置控件(如View,Button等)的透明度,有3种方法。 实现方法 java代码实现 text = (TextView) findViewById(R.id.text); text.getBackground().setAlpha(12); setAlph 阅读全文
摘要:
支付宝SDK与友盟SDK都有同样的utdid包,所以需要移除其中一个 app的build.gradle中 dependencies { api('com.umeng.umsdk:push:6.4.0') { exclude group: 'com.umeng.umsdk', module: 'utd 阅读全文
摘要:
修改前: 修改后: 步骤: 1,定义style:在工程的res/values/styles.xml中添加👇下面配置 <style name="zhuTextStyle" parent="AppTheme.NoActionBar"> <item name="android:colorControlA 阅读全文
摘要:
public class ScreenUtils { private ScreenUtils() { throw new AssertionError(); } /** * dp单位转成px * * @param context context * @param dp dp值 * @return p 阅读全文
摘要:
使用第三方小程序插件: https://github.com/Kujiale-Mobile/Painter 工具如何使用: https://blog.csdn.net/ygzrsno/article/details/108535954 JSON生成工具网站: https://lingxiaoyi.g 阅读全文
摘要:
https://blog.csdn.net/qq_34263321/article/details/89678850 阅读全文