Centered seekBar

This commit is contained in:
ByteHamster 2018-01-09 09:27:41 +01:00
parent 629ad7e850
commit 8852afc70d
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@
android:layout_height="wrap_content"
android:layout_toLeftOf="@+id/txtvLength"
android:layout_toRightOf="@+id/txtvPosition"
android:layout_centerInParent="true"
android:max="500" />
</RelativeLayout>