Skip to content

Instantly share code, notes, and snippets.

@jfversluis
Created March 4, 2019 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfversluis/fe8880bae3017fb369d0083376e24bc7 to your computer and use it in GitHub Desktop.
Save jfversluis/fe8880bae3017fb369d0083376e24bc7 to your computer and use it in GitHub Desktop.
Setting the tab selected and unselected color on Android
On<Android>().SetBarItemColor(Color.Red); // Unselected image+text color
On<Android>().SetBarSelectedItemColor(Color.White); // Selected image+text color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment