為什么我的text size不起作用呢?無(wú)論怎么設(shè)置,都很小
mTextSize這個(gè)變量,在整個(gè)過(guò)程中都沒(méi)有使用啊
<co.customview.RoundProgressBar
? ?android:visibility="visible"
? ?android:id="@+id/progressbar"
? ?android:background="@color/black5"
? ?android:layout_width="wrap_content"
? ?android:layout_height="wrap_content"
? ?android:layout_centerInParent="true"
? ?custom:progress_radius="30dp"
? ?custom:progress_text_size="12dp"
? ?custom:progress_text_color="@color/white_bg"
? ?custom:progress_reach_color="@color/colorAccent"
? ?custom:progress_unReach_color="@color/white_bg"/>
2016-05-26
你換成sp看看?老師的源代碼:
https://github.com/hongyangAndroid/Android-ProgressBarWidthNumber