我想用两个按钮控制4个TextView 的显示和隐藏 我菜鸟 急求高手解答!!!

2024-12-30 01:55:52
推荐回答(2个)
回答1:

invisiableact.xml

xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="wrap_content"
android:id="@+id/edittext" />

回答2:

那个不是TextView 是EditText ,你只要把EditText放在Button上面就行了 代码如下:
粘进去运行就行了 activity随便写个就行 记得配manifest~~~

android:layout_width="fill_parent" android:layout_height="fill_parent">
android:layout_width="fill_parent" android:layout_above="@id/add" />