标签: android android-layout
我想删除(或更改颜色)分割操作栏和活动的水平青色线。
任何帮助都会被贬低,
最好的问候。
答案 0 :(得分:1)
您需要更改操作栏的背景。
getSupportActionBar().setBackgroundDrawable(new ColorDrawable(Color.parseColor("#000")));
如果你想改变颜色,可以放任何你想要的颜色。这个工具甚至可以为你生成很多东西:ActionBar Style Generator。