其他分享
首页 > 其他分享> > Android将某一控件不用__2019.09.02

Android将某一控件不用__2019.09.02

作者:互联网

<ListView
        android:id="@+id/list_view"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1"
        android:visibility="gone">

    </ListView>

利用:android:visibility="gone"将控件变为不可用。

标签:__,控件,gone,02,visibility,2019.09
来源: https://blog.csdn.net/weixin_40316053/article/details/100373178