垂直寻求酒吧

时间:2015-11-23 09:46:32

标签: android android-seekbar android-vertical-seekbar

我正在使用https://github.com/vashisthg/StartPointSeekBar中的 StartPointSeekBar ,而且效果很好。

但现在我需要它垂直。我尝试过几个例子:

    protected void onDraw(Canvas c) {
    c.rotate(-90);
    c.translate(-getHeight(),0);

    super.onDraw(c);
    }

和XML:

android:rotation="270" 

但没有任何作用。

这是我在portrait模式下使用的水平 StartPointSeekBar enter image description here

这是我尝试将其旋转为landscape模式时得到的结果: enter image description here

请帮忙吗?

0 个答案:

没有答案