Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. View title = getWindow().findViewById(android.R.id.title);
  2. View titleBar = (View) title.getParent();
  3. title.getLayoutParams().height = 185;
  4.  
  5. titleBar.setBackground(null);
  6. titleBar.setBackgroundColor(Color.rgb(100, 20, 5));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement