Skip to content

Commit b3a0e0e

Browse files
committed
delete unused file
1 parent c20f41f commit b3a0e0e

File tree

21 files changed

+39
-365
lines changed

21 files changed

+39
-365
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Loadingbutton/src/main/java/com/flod/loadingbutton/CircularLoadingDrawable.java

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

Loadingbutton/src/main/java/com/flod/loadingbutton/DrawableTextView.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
import androidx.annotation.Px;
1515
import androidx.appcompat.widget.AppCompatTextView;
1616

17+
import java.lang.annotation.Retention;
18+
import java.lang.annotation.RetentionPolicy;
1719
import java.util.Arrays;
1820

1921
/**
@@ -33,6 +35,7 @@
3335
public class DrawableTextView extends AppCompatTextView {
3436

3537
@IntDef({POSITION.START, POSITION.TOP, POSITION.END, POSITION.BOTTOM})
38+
@Retention(RetentionPolicy.SOURCE)
3639
public @interface POSITION {
3740
int START = 0;
3841
int TOP = 1;

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
33
android {
44
compileSdkVersion 28
55
defaultConfig {
6-
applicationId "com.flod.hardloadingbutton"
6+
applicationId "com.flod.loadingbutton.app"
77
minSdkVersion 19
88
targetSdkVersion 28
99
versionCode 1

0 commit comments

Comments
 (0)