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.
我有一个以编程方式构建的动态表格布局。每隔一段时间,其中一行就有一个子 SeekBar。
关于如何以编程方式使这些 SeekBar 跨越所有表列的任何建议?
谢谢。
这应该会让您朝着正确的方向前进,它会要求 Android 为您管理列并在行上有空间时拉伸它。
public void setColumnStretchable(int columnIndex, boolean isStretchable)
资源:
developer.android.com