android-vertical-seekbar

How to add vertical lines above seekbar in android

两盒软妹~` 提交于 2020-03-06 03:28:09
问题 I am new in android and I have a small goal to achieve. I want to create a seekbar exact like that, I know how to work with normal seekbar but don't have any idea to add those vertical lines above seekbar. can you provide me solution for this? Thanks in advance. 回答1: xml file <LinearLayout android:layout_width="match_parent" android:layout_height="10dp" android:orientation="horizontal"> <LinearLayout android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="1"