【发布时间】:2023-03-30 11:40:01
【问题描述】:
我有scrollable custom view。它运作良好。
我希望能够在foreground of that view 中添加horizontal LinearLayout。非常重要的是,我希望 LinearLayout 像 custom view is scrolled 一样保持静态。
那么基本上,我该怎么做呢?通常,当我有一个前景视图时,我点击背景的那一刻,foreground disappears(我通常使用Dialog作为foreground)
【问题讨论】:
标签: android android-layout android-linearlayout