240 发简信
IP属地:北京
  • contab定时执行.sh脚本报错command not found

    本次案例是pm2 flush: 解决方法:找到pm2位置 修改.sh脚本

  • change text color of MenuItem

    get MenuItem out from your Controller, like: use SpannableString replace the origin text

  • swipeRefreshLayout.setRefreshing(status);

    主动调用的时候并没有出现刷新动效,应该使用下面方法: mSwipeRefreshLayout.post(new Runnable() {@Override public vo...

  • Material Design 中的 Ripple效果(surface触碰的波纹反馈)

    昨天开始看Google Design 前段时间看到一句话说:并不是你在使用MD的控件,就代表你已经了解了MD。想起更早之前和设计的同事“撕”关于MD的问题的时候,现在感觉脸肿...

  • instant Run之后libpng error not a png file最佳解决方案

    出自干货群友妖孽同学:http://naotou.github.io/2016-01-21/2015-01-21/

  • 自定义控件 获取textSize的坑。。

    1. declare-styleable 2. 获取文字大小 3. 关键部分是这里,setTextSize要用下面这个带俩参数的,而不是直接setTextSize(textS...

  • Android EditText InputType (java code)

    via code should like this: editText.setTransformationMethod(PasswordTransformationMetho...

  • 120
    Retrofit 2 + OkHttp 3 实现图片上传 (RxJava的方式)

    1. 首先是api,贴一个比较有用的参考: https://futurestud.io/blog/retrofit-2-how-to-upload-files-to-serv...

  • CollapsingToolbarLayout文字颜色过渡处理

    昨晚研究折叠toolbar和固定tablayout在顶部,接触到了CollapsingToolbarLayout, 参考了http://blog.csdn.net/u0106...