gpt4 book ai didi

java - 无法将 TextView 设置为 VISIBLE

转载 作者:行者123 更新时间:2023-12-01 21:26:26 27 4
gpt4 key购买 nike

我将以下内容设置为在 onCreate 方法中可见。

findViewById(R.id.noDesignsCallToAction).setVisibility(View.VISIBLE);

在 XML 中, View 设置为可见性消失。

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:weightSum="1"
android:orientation="vertical"
android:layout_below="@id/toolbar"
android:id="@+id/linearLayout">

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/go_ahead_create_something_n_it_s_really_easy_n_just_click_here_to_get_started"
android:textAppearance="?android:attr/textAppearanceLarge"
android:id="@+id/noDesignsCallToAction"
android:padding="10dp"
android:textSize="14sp"
android:typeface="sans"
android:visibility="gone"
android:onClick="LaunchCustomizer"
android:gravity="center_vertical|center_horizontal" />

</LinearLayout>

为什么 TextView 在我的应用程序中不可见?

最佳答案

在布局文件中更改 TextView 的文本颜色或检查是否有任何 View 不与 TextView 重叠。

关于java - 无法将 TextView 设置为 VISIBLE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38099222/

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