相关疑难解决方法(0)

android TextView:单击更改文本颜色

我有一个文本字段,其行为类似于本地链接,单击它从数据库中提取图像并显示它.它不会一直ping到服务器.

这是文本视图的xml代码

<TextView android:layout_marginLeft="2dp" android:linksClickable="true"
            android:layout_marginRight="2dp" android:layout_width="wrap_content"
            android:text="@string/Beatles" android:clickable="true" android:id="@+id/Beatles"
            android:textColor="@color/Black"
            android:textSize="12dp" android:layout_height="wrap_content" android:textColorHighlight="@color/yellow" android:textColorLink="@color/yellow"  android:autoLink="all"></TextView>
Run Code Online (Sandbox Code Playgroud)

问题是我想看到文本视图的颜色应该改为黄色,而不是相同的黑色,

就像按钮行为,但我想改变文本颜色,而不是改变背景颜色

android android-layout

21
推荐指数
2
解决办法
9万
查看次数

标签 统计

android ×1

android-layout ×1