So ,I suppose the title says it all.
I gave my action bar a color using this code and I want to change the color of the tab indicator ,yet there seems to be no method implemented and pretty much everything I found so far ,is way too complicated for a simple default color change.
actionBar.setStackedBackgroundDrawable(new ColorDrawable(Color.GREEN));
Can anyone guide me through this thing ,please?
My best guess is that I have to change the default color (It's some lightish blue) ,to whatever I need, but I have no clue where the XML file for this specific thing is.
Any other solution is highly appreciated ,but please don't send me "Android Action Bar Style Generator" ,I really hate so called generated things and stuff like this.I want to do everything as low level as possible.
If any other information is needed ,leave a comment, I will respond asap.