-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Balloon does not adapt to the height of a custom View on certain devices #171
Comments
Hi, @cooltey again. |
|
Yes. I'll try the SNAPSHOT version to see if it fixes the issue, thank you. |
Is it possible to use the <com.skydoves.balloon.vectortext.VectorTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="sans-serif-medium"
android:text="@string/page_watchlist_overflow_menu_onboarding_tooltip_title"
android:textAllCaps="true"
android:textSize="14sp"
android:textColor="@android:color/white"
android:letterSpacing="0.04"
android:layout_marginBottom="4dp"
android:gravity="center_vertical"
android:drawablePadding="8dp"
app:drawableLeft="@drawable/ic_baseline_star_outline_24"
app:drawableTint="@android:color/white"/> |
The SNAPSHOT version works great on Samsung S9 and Pixel 3XL, but I am still waiting for my colleague to report whether the version works fine on other devices as well. If that didn't work, I'll follow your suggestion to use the |
Thanks for checking! |
Hi @skydoves Also, the other test from my colleague, the bottom of the content has a slightly cutoff: |
Hi, @cooltey I've created a new branch for testing this issue, and I just checked about the VectorTextVIewMaterialTextView and AppCompatTextView |
Hi @skydoves Also, I removed the Now it looks good to me and I'll let you know when getting the test results from my colleagues. 👍 Thank you! |
Hi @cooltey |
Hi @skydoves |
Thank you! |
Please complete the following information:
Describe the Bug:
Addressed here:
#148 (comment)
The previous fix works fine on Samsung S9 with Android 10, but not on Pixel 3 XL and Pixel 2 and possibly some other devices.
Expected Behavior:
Content should not be cutoff.
The text was updated successfully, but these errors were encountered: