在我的应用程序中,我使用了以下库:
'com.yahoo.mobile.client.android.util.rangeseekbar:rangeseekbar-library:0.1.0'我这样定义它:在我的.xml中
<com.yahoo.mobile.client.android.util.rangeseekbar.RangeSeekBar
android:id="@+id/rskFreq"
android:layout_width="200dp"
android:layout_height="wrap_content"
android:layout_gravity="center"/>但是,我需要隐藏或删除Min / Max的标签,但我还不能想出如何做到这一点。库中没有定义任何函数。
有人能帮上忙吗?
发布于 2017-03-12 00:07:37
尝尝这个
rsb:showLabels="false"https://stackoverflow.com/questions/39962296
复制相似问题