Change color of response text on my snippet - on selecting the marker in android
问题 I am working on android with google map marker, look at the images below I want to change the color of Y & N according to the response, like if it is Y I want the color should be GREEN & if it is N then the color should be RED. Right now both Y & N are having RED color because I have written following code: <TextView android:id="@+id/response" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="5dp" android:layout_toRightOf="@id/response_lbl"