Questions tagged [custom-titlebar]
98 questions
38
votes
4 answers
Tabs in title bar: what's the secret?
Chrome and Firefox 4, among other applications, now put some of their user interface in the title bar. In Windows, the OS normally controls the entire title bar. An application can create a custom title bar by removing the OS title bar and drawing a…

Qwertie
- 16,354
- 20
- 105
- 148
21
votes
3 answers
AlertDialog setCustomTitle styling to match standard AlertDialog title
I'm working on an Android app and I have an AlertDialog subclass. I would like to put 2 ImageButtons on the right side of the title area of the dialog (similar to an the ActionBar in an Activity). I'm using setCustomTitle() to do this, which…

mikejonesguy
- 9,779
- 2
- 35
- 49
17
votes
2 answers
how to include custom title view with in AlertDialog in android?
how can i include custom titlebar in alertDialog?I know android sdk provide setCustomTitle method but it does'not work
edit:
AlertDialog alert = new AlertDialog.Builder(this).setTitle("Test").setMessage("hello").show();
View…

sAaNu
- 1,428
- 7
- 21
- 46
8
votes
1 answer
How do i add a spinner to the title bar of an activity?
I tried to set a custom title bar includes spinner object but everytime it gave me that exception called "You cannot combine custom titles with other title features". I searched to find a solution site by site and also i did everything correctly as…

Mustafa Güven
- 15,526
- 11
- 63
- 83
7
votes
2 answers
Changing background android title bar
I know this question has already been asked, but I can't figure out how to get it working. I want to change the background of my title bar.
I don't want to change anything else about the style of my application or of my background.
I followed…

Tim van Lieshout
- 103
- 1
- 1
- 6
7
votes
7 answers
Feature Custom Title: Cannot combine custom titles on API 11 and above
I have a project in which i setted:
minSdkversion setted to 10
MainActivity is a TabActivity
Code in onCreate method is…

kinghomer
- 3,021
- 2
- 33
- 56
6
votes
1 answer
how to override default title with custom title in android
I have designed a custom title bar for my application. It works well for me too. But there is a problem. The default title is seen (for just a second), before my custom title bar overrides it. Is there any solution to disable the default title bar…

Dil Se...
- 877
- 4
- 16
- 43
6
votes
3 answers
How to create a custom ActionBar with a navigation drawer?
Hi I want to create a custom ActionBar with navigation drawer in my app. In that i want to show the face of the person who logged in my app inside a circle in right side. and the navigation bar in left side.
.
It didn't worked with navigation…

Manikandan
- 1,802
- 5
- 20
- 28
6
votes
5 answers
Title bar keeps appearing, even with requestWindowFeature or android:theme
My question is exactly the sabe as Custom titlebar - system titlebar being shown for a brief moment?
But I couldn't achieve the same results as @Jerry wrote on best answer. "When I switched to using a theme to tell the framework I didn't want a…

Lucas Jota
- 1,863
- 4
- 24
- 43
5
votes
1 answer
How can I put a custom button on the title bar?
Possible Duplicate:
Non client painting on aero glass window
I want to have a button like Skype's compact-view button on the title bar. How can I do that?
For example:

Rakesh Devarasetti
- 1,409
- 2
- 24
- 42
5
votes
3 answers
Add a border icon to the form
Using Delphi I would like to add another button to the border icon buttons; close, maximize, minimize. Any ideas on how to do this?

Tim
- 1,549
- 1
- 20
- 37
4
votes
1 answer
Delphi: custom button in custom title bar - à la Firefox/Opera main menu button
I want to create 5 buttons in a title bar of a window using this way: http://delphihaven.wordpress.com/2010/04/19/setting-up-a-custom-titlebar/
Firefox has one button (the same for Opera):
Not maximized window
Maximized window
How to make such…

maxfax
- 4,281
- 12
- 74
- 120
3
votes
4 answers
Gnu emacs window title default
I'm using Gnu emacs in Windows XP, and the default window title reads "emacs@ACH1797VM2" rather than the buffer title, which is what I want and which is the correct default behavior, as far as I know.
After reading…

Tim D
- 1,645
- 1
- 25
- 46
3
votes
2 answers
Custom Java Window Title Bar Menu
I'm trying to allow the user to change the title of a window in Java without adding components to the window itself. I'm actually trying this with a JInternalFrame, but figure the solution should be similar for a JFrame. I simply want to add an…

E-rich
- 9,243
- 11
- 48
- 79
3
votes
3 answers
How to get rid of titlebar without removing icon in taskbar with Tkinter?
So, I was recently checking out VsCode, and I noticed an interesting feature. Although there was a taskbar icon, there was no titlebar; instead, VsCode implements its own. I looked at some other programs from Microsoft, and they do the same thing. I…

The Daleks stand with Ukraine
- 427
- 5
- 20