android-cnblogs
android-cnblogs copied to clipboard
An android application of the cnblogs.com website.
修复maven仓库地址
Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...
1、Activity中调用:IBlogApi blogApi = CnblogsApiFactory.getInstance(this).getBlogApi(); 2、public static CnblogsApiProvider getInstance(Context context) { if (sProvider == null) { synchronized (CnblogsApiFactory.class) { if (sProvider == null) { initProvider(context); } } } return sProvider; }
当文本框很小的时候 比如设置文本框20dp 输入的文字不能居中