Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プログラムで作成した動的なテーブルレイアウトがあります。多くの場合、行の 1 つに子 SeekBar があります。
これらの SeekBars をすべてのテーブル列にまたがるようにプログラムで作成する方法について何か提案はありますか?
ありがとう。
これにより、正しい方向に進むはずです.Androidに列を管理し、行に余裕がある場合はそれを伸ばすように求めます.
public void setColumnStretchable(int columnIndex, boolean isStretchable)
ソース:
developer.android.com