Questions tagged [custom-titlebar]
98 questions
0
votes
1 answer
Android custom tite bar showing grey padding
I have created a custom title bar in an android app, however the custom title bar is surrounded by grey padding which I can't seem to get rid off.
Below are the relevant files associated with the title bar.
Anyone have any ideas what I'm doing…
user1094865
0
votes
2 answers
Exception on using custom title bar android
I have been trying using custom title bar in my activity. Following is the code i have used
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
final boolean customTitleSupported =…

Rajeev Kumar
- 4,901
- 8
- 48
- 83
0
votes
1 answer
Custom tiltes not combining with title features
I have made the Custom Title bar.Now i want to add tabs.. I have implemented the following code. But it is showing the above error
This is my main activity class
protected void onCreate(Bundle savedInstanceState) {
…

user3585510
- 131
- 2
- 10
0
votes
1 answer
Custom title for android fragment using viewpager
I want to add custom title for each fragment, which is in viewPager. How can I implement. In the below code, I need to add custom title for FragmentMain, FragmentMore and FragmentChatView.
Thanks in advance.
public class HomeActivity extends…

Seetha
- 365
- 1
- 6
- 20
0
votes
1 answer
Dialog custom title to match non-custom title
One of my dialogs has a non-custom title:
NameDialog.java
public class NameDialog extends DialogFragment {
@Override
@NonNull
public Dialog onCreateDialog(Bundle savedInstanceState) {
AlertDialog.Builder builder = new…

AlanRosenthal
- 61
- 4
0
votes
0 answers
How to fix breadcrumbs and page title showing html tags on frontend
Can somebody help me to fix breadcrumbs and page title showing HTML tags on frontend? I'm using Magento CE 1.9.1.0.
I have set "attribute name set to Allow HTML Tags on Frontend: Yes".
My breadcrumbs is as follows:
Home / New Products /…

user4928
- 26
- 2
0
votes
0 answers
How to modify JFrame using JRootPane?
I want to remove title bar from JFrame and then using JRootPane I want to create custom title bar component in Synth L&F. I have searched and found that I can customize frame's look by using the root pane.
How to modify JFrame using JRootPane?

Punit
- 667
- 1
- 7
- 17
0
votes
0 answers
Custom title bar is truncated by other layout
I defined a custom title bar using the following 3 lines:
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
setContentView(view);
getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.window_title);
as explained in many posts, however…

Tamir
- 625
- 1
- 12
- 27
0
votes
2 answers
Set title text on custom title bar
I have to create a custom title bar, to set a dynamic text. This would be something like setting a Title, and below, the dynamic subtitle on the Actionbar.
In this case, the App title goes on the left side, as for default. The dynamic text goes in…

masmic
- 3,526
- 11
- 52
- 105
0
votes
5 answers
Custom titlebar has unwanted black border
I am getting a black border around the edge of my custom title bar, which I don't want. Any ideas would be great. Here is the code for the title…

brad J
- 542
- 1
- 11
- 26
0
votes
3 answers
Custom title icon in activity
I need to dynamically set the icon in the title bar. Currently I have this code in my…

Frederic
- 83
- 1
- 10
0
votes
1 answer
use custom title bar while have the normal theme
If I use one of the many tutorials on creating custom titlebars it seems to change the rest of the theme.
How can I change the titlebar with out it changing the rest of the theme eg the menu menu and the edittext boxes etc
…

Thomas
- 435
- 6
- 20
0
votes
1 answer
How To Change Tab Title To Same Format As Other Pages In WordPress?
I'm using WordPress and I'm trying to change my blog tab name, so it has the same format as the other pages. At the moment when it's on home, it shows up as Home | FootballGamble.co.uk, but when I go onto the betting tips part, it shows up as…
0
votes
1 answer
custom tile background in sherlockActionbar
am creating an app using sherlock actionbar.. here i want to inflate my custom title_background...
this is what i need.......
this is my…

Vikky
- 933
- 2
- 15
- 29
0
votes
1 answer
How to add a "minimize to systray" button in the TitleBar?
How I can add a "minimize to systray" near the "minimize" button in the form's TitleBar?
Is easy or hard for a beginner? I need to do it with the WinAPI?
I can't find any info or full example about this.
PS: I'm using VB.NET on Win7

ElektroStudios
- 19,105
- 33
- 200
- 417