Skip to content

Commit cf68b77

Browse files
author
wujingchao
committed
delete libary application tag
1 parent 8b6dcc0 commit cf68b77

4 files changed

Lines changed: 4 additions & 22 deletions

File tree

demo/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<application
66
android:allowBackup="true"
7-
android:icon="@drawable/ic_launcher"
8-
android:label="@string/app_name"
7+
android:icon="@drawable/qq"
8+
android:label="SimpleTagImageView"
99
android:theme="@style/AppTheme" >
1010
<activity
1111
android:name=".MainActivity"

simple-tag-imageview/src/androidTest/java/wujingchao/net/mylibrary/ApplicationTest.java

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="wujingchao.net.mylibrary">
1+
<manifest
2+
package="net.wujingchao.android.view">
33

4-
<application android:allowBackup="true" android:label="@string/app_name"
5-
android:icon="@drawable/ic_launcher">
6-
7-
</application>
84

95
</manifest>

simple-tag-imageview/src/main/java/net/wujingchao/android/view/SimpleTagImageView.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import android.util.Log;
1919
import android.widget.ImageView;
2020

21-
import wujingchao.net.mylibrary.R;
2221

2322
/**
2423
* @author wujingchao 2015-02-20 email:wujingchao@aliyun.com

0 commit comments

Comments
 (0)