Skip to content

Commit 3f2c02c

Browse files
committed
Top and bottom loading err fixed
1 parent c13ed6f commit 3f2c02c

File tree

15 files changed

+534
-325
lines changed

15 files changed

+534
-325
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/DrawableTextView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public void setDrawable(@POSITION int position, @Nullable Drawable drawable, @Px
266266
mDrawables[position].setBounds(bounds.left, bounds.top, bounds.right, bounds.bottom);
267267
mDrawablesBounds[position] = bounds;
268268
}
269-
setCompoundDrawablesRelative(mDrawables[POSITION.START], mDrawables[POSITION.TOP], mDrawables[POSITION.END], mDrawables[POSITION.BOTTOM]);
269+
super.setCompoundDrawablesRelative(mDrawables[POSITION.START], mDrawables[POSITION.TOP], mDrawables[POSITION.END], mDrawables[POSITION.BOTTOM]);
270270
}
271271

272272

0 commit comments

Comments
 (0)