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.
我在滚动视图中的 HorizontallScrollView 中有我的布局粘性标题。我通过在画布上绘制标题视图使标题变粘。我的问题是我不知道如何滚动视图(蓝色)来绘制它的另一部分。下图说明了这个问题。
现在我只知道如何绘制标题视图的蓝色部分。但我想绘制黄色部分的视图。你能给我同样的建议吗?
从父级开始并使用 addsubview 在特定位置添加视图。
Android - 在特定索引处添加带有布局参数的子视图(在代码中)