Skip to content

Commit 27f1012

Browse files
committed
default gap
1 parent 49a803c commit 27f1012

File tree

1 file changed

+1
-1
lines changed
  • FisherAndroidChart/src/main/java/com/rustfisher/fisherandroidchart

1 file changed

+1
-1
lines changed

FisherAndroidChart/src/main/java/com/rustfisher/fisherandroidchart/BulbView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public BulbView(Context context, AttributeSet attrs, int defStyleAttr) {
5757
bulbOutlineColor = a.getColor(R.styleable.BulbView_bulbOutlineColor, Color.WHITE);
5858
shineColor = a.getColor(R.styleable.BulbView_shineColor, Color.BLUE);
5959
showShiningLines = a.getBoolean(R.styleable.BulbView_showShiningLines, false);
60-
out2shineGap = a.getDimensionPixelSize(R.styleable.BulbView_out2ShineGap, (int) dpToPx(10));
60+
out2shineGap = a.getDimensionPixelSize(R.styleable.BulbView_out2ShineGap, (int) dpToPx(20));
6161
a.recycle();
6262

6363
initSize();

0 commit comments

Comments
 (0)