CircleProgress icon indicating copy to clipboard operation
CircleProgress copied to clipboard

Bottom text cut in listview using ArcProgress

Open ilandbt opened this issue 10 years ago • 6 comments

Hi, I'm getting a cut text in my list view using ArcProgress.

Thanks, Ilan

ilandbt avatar Mar 28 '15 20:03 ilandbt

If i add any random padding to the arcProgress it works great.

DOSEN'T WORK:

    <com.github.lzyzsd.circleprogress.ArcProgress
        android:id="@+id/medsWeek"
        android:layout_width="100dp"
        android:layout_height="100dp"
        costum:arc_progress="8"
        costum:arc_bottom_text="WEEK"
        android:layout_marginLeft="10dp"
        costum:arc_text_color="#34d"
        costum:arc_finished_color="#34d"/>

WORKS:

    <com.github.lzyzsd.circleprogress.ArcProgress
        android:id="@+id/medsWeek"
        android:layout_width="100dp"
        android:layout_height="100dp"
        costum:arc_progress="8"
        costum:arc_bottom_text="WEEK"
        android:layout_marginLeft="10dp"
        android:padding="1dp"
        costum:arc_text_color="#34d"
        costum:arc_finished_color="#34d"/>

ilandbt avatar Mar 28 '15 20:03 ilandbt

Hello, I'm also facing the same issue. Bottom text is getting cut by half. I have posted screenshot @ http://i.stack.imgur.com/f1PBq.png. Tried applying padding but it didnt work for me. Let me know if anyone knows how to fix the issue. Thanks.

SNkumar avatar Apr 09 '15 15:04 SNkumar

Same issue as this.

zchking avatar May 25 '15 02:05 zchking

Same problem here, setting any padding or margin does not help in any way

bedzinsa avatar Sep 07 '15 11:09 bedzinsa

In my case, I noticed the text getting cutoff if I built the view in a layout that was initially set to View.GONE. I changed it to initially come up as View.INVISIBLE and it no longer gets cutoff.

suomi35 avatar Jan 12 '16 21:01 suomi35

someone have solved?

ghost avatar Mar 02 '17 21:03 ghost