我无法让我的 SeekBar 填写我的表格视图。
这就是它的样子:
我的代码:
<TableRow
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView
android:id="@+id/tvneg7"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="e" />
<SeekBar
android:id="@+id/totalE"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:max="5" />
<TextView
android:id="@+id/tvneg8"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="0"/>
</TableRow>