Skip to content

Instantly share code, notes, and snippets.

@ryokosuge
Last active August 29, 2015 14:04
Show Gist options
  • Save ryokosuge/5ef26ba686b463f2c538 to your computer and use it in GitHub Desktop.
Save ryokosuge/5ef26ba686b463f2c538 to your computer and use it in GitHub Desktop.
【Android】 ActionBarのTabBarのTextの色を変更する rel : http://blog.ryochin.xyz/archives/87
<!-- res/values/color.xml -->
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- 緑っぽい色 -->
<color name="action_bar_tab_selected_color">#0ACE00</color>
<!-- 白 -->
<color name="action_bar_tab_un_selected_color">#000000</color>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment