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.
我尝试在登录行中使用 View.GONE。当它已经消失时,Churvaness 部分将位于全局菜单的正上方。问题是在 Churvaness 正上方会有一个与登录行高度相同的黑色空间。我的滚动视图将具有固定高度。
我怎样才能动态改变这个高度,以便我的列表填充黑色空间?
请在寻求帮助时附上代码,这让我们很难仅用文字来解读您在说什么。
据我了解,“Churvaness”将下降到“登录”所在的那一行。发生这种情况时,“Churvaness”上方会出现一个空白区域;因此,您希望扩展您的“产品/价格单元表”以填充额外的空间。
解决方案:
android:layout_height="match_parent"在您的“产品/价格单元表”上使用
android:layout_height="match_parent"
注意:如果您想要更准确的答案,请更新您的问题。