Questions tagged [custom-titlebar]
98 questions
3
votes
2 answers
Android custom title bar
I have been trying to do my custom title bar for a week.
I have tried approximately 30 suggestions to achieve that but nothing worked.
I get the you cannot combine custom titles with other title features error every time whatever I try. I can't get…

JustWork
- 1,944
- 3
- 22
- 34
3
votes
2 answers
Android: Why is there a discrepancy in ContentView.getTop() depending on FEATURE_NO_TITLE?
It appears to me that there is a problem in Android's coordinate system. When I have a normal view (without requesting FEATURE_NO_TITLE), I then retrieve int contentViewTop = window.findViewById(Window.ID_ANDROID_CONTENT).getTop();. This gives me…

eli
- 645
- 7
- 15
2
votes
3 answers
AlertDialog title underline color
Is there a way to change the color of the title underline in an AlertDialog?
I already changed the title color through a custom style definition (see below), but I didn't found any xml attribute for the underline.