这是我的代码
<com.innovzen.fragments.VerticalSeekBar
android:id="@+id/mySeekBar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="4"
android:paddingLeft="2dp"
android:background="@drawable/volume_level_down"
android:progressDrawable="@drawable/volume_level_up"
android:thumb="@drawable/volume_cursor" />
<com.innovzen.fragments.VerticalSeekBar
android:id="@+id/mySeekBar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_weight="4"
android:paddingLeft="2dp"
android:background="@drawable/volume_level_down"
android:progressDrawable="@drawable/volume_level_up"
android:thumb="@drawable/volume_cursor" />