Questions marquées «layout»

281
comment changer la couleur de l'hyperlien textview?

J'utilise ce code pour un lien hypertexte: <TextView android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/hyperlink" android:text="@string/hyperlink" android:autoLink="web"/> Par défaut, il affiche la couleur bleue, mais comment puis-je changer la couleur du...