Skip to content

Commit

Permalink
Merge pull request #5 from onstonboy/develop
Browse files Browse the repository at this point in the history
1.0.2
  • Loading branch information
onstonboy authored Oct 2, 2019
2 parents eae3b53 + 9b00b19 commit fe20401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
app:spacingItem="10dp"
app:radius="@dimen/dp_5"
app:textSize="28sp"
app:textStyle="bold"
app:cursorColor="@android:color/holo_blue_dark"
app:textColor="@android:color/holo_blue_dark"
app:inputWidth="35dp"
Expand Down
2 changes: 1 addition & 1 deletion vcv/src/main/java/com/ccc/vcv/VerificationCodeView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class VerificationCodeView : EditText {
textSize = mTextSize
isAntiAlias = true
style = Paint.Style.FILL
setTypeface(Typeface.DEFAULT, mTextStyle)
typeface = Typeface.create(Typeface.DEFAULT, mTextStyle)
}
mCursorPaint.apply {
color = mTextColor
Expand Down

0 comments on commit fe20401

Please sign in to comment.