<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/MyLayout"
    android:orientation="vertical"
    android:layout_height="match_parent"
    android:layout_width="match_parent"
    xmlns:android="http://schemas.android.com/apk/res/android">

    <SeekBar
        android:id="@+id/tableSeekBar"
        android:layout_width="match_parent"
        android:layout_height="50dp">
    </SeekBar>


    <ListView android:id="@+id/myListView"
        android:layout_height="match_parent"
        android:layout_width="match_parent"
        ></ListView>

</LinearLayout>
