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

Text cut #25

Open
droidstered opened this issue Nov 5, 2019 · 4 comments
Open

Text cut #25

droidstered opened this issue Nov 5, 2019 · 4 comments

Comments

@droidstered
Copy link

When apply custom font then text cut in bubble view.

@JagadeshSeeram
Copy link

Yes, I'm facing the same issue.

@MuhammadZohair
Copy link

Same with custom fonts

@Hamidreza-mj
Copy link

Hamidreza-mj commented Sep 7, 2020

a simple trick for this issue that is you need to add android:theme="@style/BubbleNavigationFontStyle" attribute to BubbleNavigationConstraintView

BubbleNavigationFontStyle in styles.xml like this:

<style name="BubbleNavigationFontStyle" parent="AppTheme">
        <item name="android:fontFamily">@font/vazir_light</item>
</style>

@FitApps7
Copy link

Thanks, using this my issue was solved.

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

No branches or pull requests

5 participants