上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 38 下一页
摘要: https://blog.csdn.net/m0_37388625/article/details/106025262 纯笔记,无任何高科技,为了软键盘弹出时与输入框保持一点点的距离,使用ScrollView+LinearLayout包裹住输入框,ScrollView+LinearLayout的高度 阅读全文
posted @ 2020-11-18 17:39 野鸡码农 阅读(1002) 评论(1) 推荐(0)
摘要: https://blog.csdn.net/a940659387/article/details/79747479 /** * Android 6.0 以上设置状态栏颜色 */ protected void setStatusBar(@ColorInt int color) { if (Build. 阅读全文
posted @ 2020-11-11 17:42 野鸡码农 阅读(610) 评论(0) 推荐(0)
摘要: Windows版: https://blog.csdn.net/qq_38232598/article/details/91346392 Mac版: https://www.jianshu.com/p/abe2366cfc4e 阅读全文
posted @ 2020-11-10 12:48 野鸡码农 阅读(205) 评论(0) 推荐(0)
摘要: 蒲公英获取手机UDID https://www.pgyer.com/tools/udid 阅读全文
posted @ 2020-11-06 16:49 野鸡码农 阅读(726) 评论(0) 推荐(0)
摘要: 第一步:复制下边的Java文件到你的项目 import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Pa 阅读全文
posted @ 2020-10-16 12:04 野鸡码农 阅读(410) 评论(0) 推荐(0)
摘要: Glide.with(this) .load(url) .into(new SimpleTarget<Drawable>() { @Override public void onResourceReady(@NonNull Drawable resource, @Nullable Transitio 阅读全文
posted @ 2020-10-16 10:23 野鸡码农 阅读(1451) 评论(0) 推荐(0)
摘要: public class DensityUtil { public static int sp2px(Context context, int spValue) { float pxDimension = TypedValue.applyDimension(TypedValue.COMPLEX_UN 阅读全文
posted @ 2020-09-30 10:54 野鸡码农 阅读(188) 评论(0) 推荐(1)
摘要: package com.z.z.bean; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import st 阅读全文
posted @ 2020-09-28 13:57 野鸡码农 阅读(625) 评论(0) 推荐(0)
摘要: z转载:https://www.cnblogs.com/Jenaral/p/5938778.html https://www.jianshu.com/p/3faabf43991c 方式一:合并一个新的空代码分之 步骤 1、在需要回滚的commit上右键创建分支 2、输入新的分支名 3、左侧出现了新的 阅读全文
posted @ 2020-09-24 18:30 野鸡码农 阅读(793) 评论(0) 推荐(0)
摘要: package com.z.z.utils; /* * :Created by z on 2020-08-31 */ import android.content.Context; import android.graphics.Bitmap; import android.media.MediaM 阅读全文
posted @ 2020-09-24 18:24 野鸡码农 阅读(3255) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 38 下一页