Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Androidでは、android:autoLinkプロパティをallに設定していTextViewます。見つかったリンクの色を変更することはできますか?(私はデフォルトの青が好きではありません。)
android:autoLink
TextView
TextViewXML で試してください:
android:textColorLink="@android:color/someColor"
そしてJavaコードで
textview.setLinkTextColor(Color.RED);
私はそれがうまくいくと思います
android:textColorLink="/*color*/"