gpt4 book ai didi

android - 在android中将可见性设置为GONE后如何恢复布局

转载 作者:行者123 更新时间:2023-11-29 16:06:03 24 4
gpt4 key购买 nike

xml-

<RelativeLayout xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/one"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<RelativeLayout xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/two"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
</RelativeLayout>
</RelativeLayout>

用 View.GONE 按下按钮后布局二隐藏,我想在屏幕上向下滑动时返回布局二,我该怎么做,向下滑动检测并取回布局。

最佳答案

yourRelativeLayout.setVisibility(View.Visible);

关于android - 在android中将可见性设置为GONE后如何恢复布局,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18322552/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com