Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for font resources. #118

Merged
merged 2 commits into from
Aug 5, 2018

Conversation

vkrissz
Copy link
Contributor

@vkrissz vkrissz commented Aug 5, 2018

Increase version to 1.9.0 due to dependency changes and min API level changes.
Solve issues: #103 #116

…d require API level 14.)

Increase version to 1.9.0 due to dependency changes and min API level changes.
Solve issues: medyo#103 medyo#116
@pishguy pishguy requested a review from medyo August 5, 2018 09:04
@@ -199,7 +201,7 @@ private TextView setupTextView() {
textView.setTextColor(mEnabled ? mDefaultTextColor : mDisabledTextColor);
textView.setTextSize(Utils.pxToSp(getContext(), mDefaultTextSize));
textView.setLayoutParams(new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT));
if (!isInEditMode() && !mUseSystemFont) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was removed by mistake

Undo remove check for isInEditMode()
@medyo
Copy link
Owner

medyo commented Aug 5, 2018

Thank you @vkrissz, I'll review it and push it

@medyo medyo merged commit 79574f1 into medyo:master Aug 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants