Skip to content

Commit b393b74

Browse files
committed
删除一些多余的文件
1 parent 5f60589 commit b393b74

File tree

6 files changed

+5
-9
lines changed

6 files changed

+5
-9
lines changed

.idea/modules.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bottomtab/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
<application
55
android:allowBackup="true"
6-
android:label="@string/app_name"
76
android:supportsRtl="true">
87

98
</application>

bottomtab/src/main/res/values/strings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

effectdialog/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
<application
55
android:allowBackup="true"
6-
android:label="@string/app_name"
76
android:supportsRtl="true">
87

98
</application>

effectdialog/src/main/java/org/itsk/dialog/ColorUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public static ColorFilter getColorFilter(int color) {
1616
, 0, 0, 0, 1, 0 };
1717

1818
colorFilter = new ColorMatrixColorFilter(matrix);
19-
System.out.println(R.string.app_name);
2019
return colorFilter;
2120
}
2221
}

effectdialog/src/main/res/values/strings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)