Skip to content

Instantly share code, notes, and snippets.

@dingbuoyi
Created May 28, 2015 05:19
Show Gist options
  • Save dingbuoyi/1bfdfae8ca74708dd2c2 to your computer and use it in GitHub Desktop.
Save dingbuoyi/1bfdfae8ca74708dd2c2 to your computer and use it in GitHub Desktop.
use AppCompatActivity
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
getSupportActionBar().setTitle("Login");
getSupportActionBar().setBackgroundDrawable(new ColorDrawable(getResources().getColor(R.color.bar_color)));
getSupportActionBar().hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment