File tree Expand file tree Collapse file tree 8 files changed +10
-6
lines changed
app/src/main/java/com/blankj/androidutilcode
utilcode/src/test/java/com/blankj/utilcode/util Expand file tree Collapse file tree 8 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1- # : fire : Android开发人员不得不收集的代码( [ 持续更新中 ] [ update_log.md ] )
1+ ![ logo ] [ logo ]
22
33[ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ build] [ buildsvg ]] [ build ] [ ![ Insight] [ insightsvg ]] [ insight ] [ ![ License] [ licensesvg ]] [ license ]
44
@@ -684,6 +684,7 @@ Utils.init(context);
684684```
685685
686686
687+ [ logo ] : https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/raw/logo.png
687688
688689[ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.7.1-brightgreen.svg
689690[ auc ] : https://github.com/Blankj/AndroidUtilCode
Original file line number Diff line number Diff line change 1- # : fire : Android developers should collect the following utils
1+ ![ logo ] [ logo ]
22
33[ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ build] [ buildsvg ]] [ build ] [ ![ Insight] [ insightsvg ]] [ insight ] [ ![ License] [ licensesvg ]] [ license ]
44
@@ -684,6 +684,7 @@ Utils.init(context);
684684```
685685
686686
687+ [ logo ] : https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/raw/logo.png
687688
688689[ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.7.1-brightgreen.svg
689690[ auc ] : https://github.com/Blankj/AndroidUtilCode
Original file line number Diff line number Diff line change 1313 * author: Blankj
1414 * blog : http://blankj.com
1515 * time : 2017/05/27
16- * desc :
16+ * desc : Bar工具类Demo
1717 * </pre>
1818 */
1919public class BarActivity extends BaseBackActivity {
Original file line number Diff line number Diff line change 1818 * author: Blankj
1919 * blog : http://blankj.com
2020 * time : 2017/05/27
21- * desc :
21+ * desc : Bar工具类Demo分支
2222 * </pre>
2323 */
2424public class BarBranchActivity extends BaseBackActivity
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ protected void onCreate(Bundle savedInstanceState) {
3737 setBaseView ();
3838 initView (savedInstanceState , contentView );
3939 doBusiness (this );
40+
4041 contentView .setBackgroundColor (Color .WHITE );
4142 }
4243
Original file line number Diff line number Diff line change 1+ * 17/06/29 README新增logo
12* 17/06/28 增加返回键及右划返回
23* 17/06/27 增加Toolbar
34* 17/06/26 增加final参数
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ public static void init() {
3939 Utils .init (RuntimeEnvironment .application );
4040 }
4141
42- // @Test
42+ // @Test
4343 public void readme2Eng () throws Exception {
4444 formatCN ();
4545 File readmeCN = new File (new File (System .getProperty ("user.dir" )).getAbsolutePath () + FILE_SEP + "README-CN.md" );
4646 File readmeEng = new File (new File (System .getProperty ("user.dir" )).getAbsolutePath () + FILE_SEP + "README.md" );
4747 List <String > list = FileIOUtils .readFile2List (readmeCN , "UTF-8" );
48- StringBuilder sb = new StringBuilder ("# :fire: Android developers should collect the following utils " + LINE_SEP + LINE_SEP +
48+ StringBuilder sb = new StringBuilder ("![logo][logo] " + LINE_SEP + LINE_SEP +
4949 "[![auc][aucsvg]][auc] [![api][apisvg]][api] [![build][buildsvg]][build] [![Insight][insightsvg]][insight] [![License][licensesvg]][license]" + LINE_SEP + LINE_SEP +
5050 "## [README of Chinese][readme-cn.md]" + LINE_SEP + LINE_SEP +
5151 "## API" + LINE_SEP + LINE_SEP );
You can’t perform that action at this time.
0 commit comments