File tree 8 files changed +10
-6
lines changed
app/src/main/java/com/blankj/androidutilcode
utilcode/src/test/java/com/blankj/utilcode/util 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 ]
2
2
3
3
[ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ build] [ buildsvg ]] [ build ] [ ![ Insight] [ insightsvg ]] [ insight ] [ ![ License] [ licensesvg ]] [ license ]
4
4
@@ -684,6 +684,7 @@ Utils.init(context);
684
684
```
685
685
686
686
687
+ [ logo ] : https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/raw/logo.png
687
688
688
689
[ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.7.1-brightgreen.svg
689
690
[ 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 ]
2
2
3
3
[ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ build] [ buildsvg ]] [ build ] [ ![ Insight] [ insightsvg ]] [ insight ] [ ![ License] [ licensesvg ]] [ license ]
4
4
@@ -684,6 +684,7 @@ Utils.init(context);
684
684
```
685
685
686
686
687
+ [ logo ] : https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/raw/logo.png
687
688
688
689
[ aucsvg ] : https://img.shields.io/badge/AndroidUtilCode-v1.7.1-brightgreen.svg
689
690
[ auc ] : https://github.com/Blankj/AndroidUtilCode
Original file line number Diff line number Diff line change 13
13
* author: Blankj
14
14
* blog : http://blankj.com
15
15
* time : 2017/05/27
16
- * desc :
16
+ * desc : Bar工具类Demo
17
17
* </pre>
18
18
*/
19
19
public class BarActivity extends BaseBackActivity {
Original file line number Diff line number Diff line change 18
18
* author: Blankj
19
19
* blog : http://blankj.com
20
20
* time : 2017/05/27
21
- * desc :
21
+ * desc : Bar工具类Demo分支
22
22
* </pre>
23
23
*/
24
24
public class BarBranchActivity extends BaseBackActivity
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ protected void onCreate(Bundle savedInstanceState) {
37
37
setBaseView ();
38
38
initView (savedInstanceState , contentView );
39
39
doBusiness (this );
40
+
40
41
contentView .setBackgroundColor (Color .WHITE );
41
42
}
42
43
Original file line number Diff line number Diff line change
1
+ * 17/06/29 README新增logo
1
2
* 17/06/28 增加返回键及右划返回
2
3
* 17/06/27 增加Toolbar
3
4
* 17/06/26 增加final参数
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ public static void init() {
39
39
Utils .init (RuntimeEnvironment .application );
40
40
}
41
41
42
- // @Test
42
+ // @Test
43
43
public void readme2Eng () throws Exception {
44
44
formatCN ();
45
45
File readmeCN = new File (new File (System .getProperty ("user.dir" )).getAbsolutePath () + FILE_SEP + "README-CN.md" );
46
46
File readmeEng = new File (new File (System .getProperty ("user.dir" )).getAbsolutePath () + FILE_SEP + "README.md" );
47
47
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 +
49
49
"[![auc][aucsvg]][auc] [![api][apisvg]][api] [![build][buildsvg]][build] [![Insight][insightsvg]][insight] [![License][licensesvg]][license]" + LINE_SEP + LINE_SEP +
50
50
"## [README of Chinese][readme-cn.md]" + LINE_SEP + LINE_SEP +
51
51
"## API" + LINE_SEP + LINE_SEP );
You can’t perform that action at this time.
0 commit comments