上一页 1 2 3 4 5 6 ··· 26 下一页
  2018年10月12日
摘要: public class HomeToolbarView extends RelativeLayout { TextView tvTitle; public HomeToolbarView(Context context) { super(context); addView(context); } 阅读全文
posted @ 2018-10-12 15:43 freexiaoyu 阅读(949) 评论(0) 推荐(0) 编辑
  2018年9月2日
摘要: 今天更新项目代码提示 Authentication failed for 后来一起是把git平台密码修改了 忘了修改android studio 密码所以更新失败 我在android studio Terminal 输入 git config --global user.email "passwor 阅读全文
posted @ 2018-09-02 23:12 freexiaoyu 阅读(543) 评论(0) 推荐(0) 编辑
  2018年6月20日
摘要: /*** * 生成二维码方法 * @param str 生成内容 * @param widthHeight 宽度和高度 * @return * @throws WriterException */ public static Bitmap Create2DCode(String str,Barcod 阅读全文
posted @ 2018-06-20 19:25 freexiaoyu 阅读(1559) 评论(0) 推荐(0) 编辑
  2018年6月10日
摘要: Failed to resolve: common Open File Warning:Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.It will be remov 阅读全文
posted @ 2018-06-10 15:06 freexiaoyu 阅读(1178) 评论(0) 推荐(0) 编辑
  2018年5月5日
摘要: 错误 CS0006 Metadata file 'E:\桌面临时文件\Pos\xxxx.dll' 1、找到这个类库在当前类库右键发生 找到 应用程序--》把程序集名称改成提示错误 的名称 2、找到当前类库下的*.csproj文件右键编辑 把以下节点改成和上面名称同名 <RootNamespace>x 阅读全文
posted @ 2018-05-05 15:58 freexiaoyu 阅读(270) 评论(0) 推荐(0) 编辑
  2017年9月24日
摘要: 先上效果图 message_toolbar_left_bg_selector message_toolbar_right_bg_selector 布局界面 阅读全文
posted @ 2017-09-24 11:50 freexiaoyu 阅读(263) 评论(0) 推荐(0) 编辑
  2017年8月5日
摘要: import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.OutputStream; public class Base64 { private static final char[] legal 阅读全文
posted @ 2017-08-05 10:25 freexiaoyu 阅读(10242) 评论(0) 推荐(0) 编辑
  2017年6月20日
摘要: 第一次用TabLayout+ViewPager 组合在布局中写好了三个标题预览没问题而且也设置了 阅读全文
posted @ 2017-06-20 15:16 freexiaoyu 阅读(631) 评论(0) 推荐(0) 编辑
  2017年5月27日
摘要: 在res-->menu添加 xml(如果没有menu就新创建一个)这里我新建一个名为bottom_navigation.xml 测试发现放3-4个最为合适,个人感觉3个最美观 res/color/bottom_nav_seletor.xml 修改文字选择颜色 在bottom_navigation.x 阅读全文
posted @ 2017-05-27 10:23 freexiaoyu 阅读(2794) 评论(0) 推荐(0) 编辑
  2017年1月12日
摘要: 源代码地址 https://github.com/greenrobot/greenDAO @Entitypublic class User { @Id private Long id; private String name; @Transient private int tempUsageCoun 阅读全文
posted @ 2017-01-12 14:16 freexiaoyu 阅读(280) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 26 下一页