0
我有問題讓我的SeekBar填寫我的tableview。表視圖不能正確顯示SeekBar Android
這是它的樣子:
我的代碼:
<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>