Skip to content

Commit

Permalink
Merge pull request #1 from joedan0104/zhouronghua
Browse files Browse the repository at this point in the history
增加修改TAG属性功能
  • Loading branch information
joedan0104 authored Apr 20, 2019
2 parents 81105cb + b589ea7 commit a9a357d
Show file tree
Hide file tree
Showing 11 changed files with 259 additions and 39 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ local.properties
DS_Store
res/drawable-hdpi/.DS_Store
captures/*
AndroidManifest*
*.jar

Binary file added AndroidManifest.xml
Binary file not shown.
Binary file added AndroidManifest_out.xml
Binary file not shown.
Binary file added JAXMLEditor.jar
Binary file not shown.
Binary file modified app/build/classes/java/main/cn/wjdiankong/main/Main.class
Binary file not shown.
Binary file modified app/build/classes/java/main/cn/wjdiankong/main/XmlEditor.class
Binary file not shown.
Binary file modified app/build/libs/app.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build/tmp/jar/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Manifest-Version: 1.0
Main-Class: Main

2 changes: 1 addition & 1 deletion app/src/main/java/cn/wjdiankong/main/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

public class Main {

private final static String CMD_TXT = "[usage java -jar AXMLEditor.jar [-tag|-attr] [-i|-r|-m] [标签名|标签唯一ID|属性名|属性值] [输入文件|输出文件]";
private final static String CMD_TXT = "[usage java -jar JAXMLEditor.jar [-tag|-attr] [-i|-r|-m] [标签名|标签唯一ID|属性名|属性值] [输入文件|输出文件]";

public static void main(String[] args) {

Expand Down
291 changes: 254 additions & 37 deletions app/src/main/java/cn/wjdiankong/main/XmlEditor.java

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

0 comments on commit a9a357d

Please sign in to comment.