bubble-navigation icon indicating copy to clipboard operation
bubble-navigation copied to clipboard

Text cut

Open droidstered opened this issue 5 years ago • 4 comments

When apply custom font then text cut in bubble view.

droidstered avatar Nov 05 '19 13:11 droidstered

Yes, I'm facing the same issue.

JagadeshSeeram avatar May 02 '20 13:05 JagadeshSeeram

Same with custom fonts

MuhammadZohair avatar Jul 05 '20 21:07 MuhammadZohair

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>

Hamidreza-mj avatar Sep 07 '20 17:09 Hamidreza-mj

Thanks, using this my issue was solved.

FitApps7 avatar Feb 20 '23 05:02 FitApps7