Coder Social home page Coder Social logo

Text/images cut off on sides about balloon HOT 10 CLOSED

skydoves avatar skydoves commented on May 20, 2024
Text/images cut off on sides

from balloon.

Comments (10)

gavingt avatar gavingt commented on May 20, 2024 1

If the text is long enough, it will wrap around to the next line and nothing will be cut off. But if it's just the right length, it will get cut off.

In other words, if the string just barely fits in one line, it'll be cut off.

from balloon.

gavingt avatar gavingt commented on May 20, 2024 1

This seems solved to me. I'm not getting text or icons cut off on any of my devices. Thank you so much!

from balloon.

skydoves avatar skydoves commented on May 20, 2024

Hi, @gavingt could you let me know about your device information?

from balloon.

gavingt avatar gavingt commented on May 20, 2024

It's happening on all devices. The above screenshot is from a Nexus S API 28 emulator.

Here's my physical Pixel 3 on API 29:

Screenshot_20200426-061555

And here's another emulator (Nexus 5X API 26):

Screenshot_1587907158

All I'm doing is changing the text string in the sample app. Once it reaches a certain length, the text and icon get cut off.

from balloon.

skydoves avatar skydoves commented on May 20, 2024

Hmm. I built using Nexus 5X API 26, Gallaxy s7/10 but it works fine.
I will check its details more.

screenshot389987803

from balloon.

NikoBoerger avatar NikoBoerger commented on May 20, 2024

Just ran into the same issue. Glad someone reported it already. Will it come in version 1.1.7? Thank you!

from balloon.

skydoves avatar skydoves commented on May 20, 2024

Hi, this issue will be resolved in the next version.
Thank you :)

from balloon.

skydoves avatar skydoves commented on May 20, 2024

Hi, @gavingt , @NikoBoerger
It is fixed on the new version 1.1.7.
Thank you for your issue :)

from balloon.

NikoBoerger avatar NikoBoerger commented on May 20, 2024

Hi @skydoves,
thank you so much for the fix. It works great on most of my devices. However, on my Samsung Tablet I still experience the Icon being cut at the left side, and the text being cut on the right side with the version 1.1.7. Exactly like on the initial screenshot from gavingt.

This is my setting:

public static Balloon.Builder createBalloonBuilder(View view, Activity activity) {
        return new Balloon.Builder(activity)
                .setArrowSize((int) toDp(R.dimen._10sdp, activity))
                .setArrowOrientation(ArrowOrientation.TOP)
                .setArrowVisible(true)
                .setArrowPosition(calculateArrowPosition(view, activity))
                .setWidthRatio(1.0f)
                .setPaddingTop((int) toDp(R.dimen._10sdp, activity))
                .setPaddingBottom((int) toDp(R.dimen._10sdp, activity))
                .setTextSize(toDp(R.dimen._12sdp, activity))
                .setCornerRadius(toDp(R.dimen._4sdp, activity))
                .setAlpha(0.95f)
                .setIconSize((int) toDp(R.dimen._20sdp, activity))
                .setPaddingLeft((int) toDp(R.dimen._10sdp, activity))
                .setPaddingRight((int) toDp(R.dimen._10sdp, activity))
                .setTextColor(ContextCompat.getColor(activity, R.color.colorPrimaryDark))
                .setBackgroundColor(ContextCompat.getColor(activity, R.color.colorPrimary100))
                .setBalloonAnimation(BalloonAnimation.FADE)
                .setDismissWhenTouchOutside(true)
                .setDismissWhenClicked(true);
    } 

Screenshot_20200517-173838_Dart Pro Training Sheet

from balloon.

skydoves avatar skydoves commented on May 20, 2024

Hi, @NikoBoerger
I just re-published the 1.1.7 version.
Please run below command and rebuild your project.

./gradlew build --refresh-dependencies

from balloon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.