The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
57 views

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 title_background_layout <LinearLayout ...
1
vote
3answers
79 views

Android customized defalt title bar is not showing in 4.x devices

I had customized the default title bar and its showing as expected in 2.x, 3.x devices, but its not showing in 4.x devices. on device 2.2: on device 4.1.2: This is code inside onCreate: public ...
0
votes
0answers
36 views

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 ...
0
votes
0answers
141 views

Creating a Custom Action bar

Am trying to create a custom action bar with tabs, I want the title bar to come before the tabs but the tabs keeps showing before the title bar, what can i do to implement this. Am waiting to accept ...
0
votes
2answers
431 views

Custom Title Bar Similar to this one

I want to create a custom title bar, somewhat like this, in my Android app. Please pardon if my question seems idiotic, I'm a beginner. Can anyone tell me if it is a titlebar or an Action bar? Plus ...
0
votes
0answers
160 views

Custom title bar within TabHost

I want to create a custom title bar with RightButton, LeftButton and a CenteredTextView. This custom title bar is customized in each activity that runs within the Tab Host : Each activity overwrite ...
1
vote
0answers
177 views

custom titlebar button in tabactivity android

Heey. How to add button in custom title bar through TabActivity ? I can set title TextView depending on which subactivity is called. But i cant figure out how to add button ? My TabActivity: public ...
1
vote
1answer
126 views

Modifying the default window title in Android for a tablet?

I am looking for a way to slightly modify the default window title in an Android app for both phone and tablet. The example below is a tablet view of the title bar as standard: I have tried ...
0
votes
0answers
223 views

android custom titlebar buttons

I have a TabActivity with custom Titlebar. Ive managed to set custom titlebar name, but how to set button in titlebar ? I have code like this. This is within TabActivity class public class ...
0
votes
2answers
488 views

change the spinner title bar style

How can i change the spinner title bar style. I wish to change the title bar for the following items: icon title textsize,textColor and background color How can i do this? please help me...i ...
0
votes
1answer
102 views

Only changing title background color without affecting any properties of other controls (android)

I have designed a custom theme , because I wanted to change title background color. However while designing the theme, I have set android:parent="android:Theme.Light" After doing this, I found out ...
2
votes
2answers
3k views

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 this: super.onCreate(savedInstanceState); ...
0
votes
2answers
373 views

Tkinter custom window

I want to make a window in Tk that has a custom titlebar and frame. I have seen many questions on this website dealing with this, but what I'm looking for is to actually render the frame using a ...
1
vote
1answer
72 views

Not getting the features of sdk version 15 while using the cutome title bar

My applications minSdkVersion is 15. So the buttons in the application will get a light blue color when the user touches it. Later i added a custom title for the application. After that my application ...
0
votes
1answer
121 views

Need your help related to using tab host with custom title

With reference to this post, I need your suggestion. I have resolved the displaying of custom title bar using that answer. I have implemented buttons in my title bar along with title text. When I try ...
0
votes
2answers
884 views

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 ...
0
votes
1answer
277 views

Can i take tab bar and custom title-bar in same Activity

I have Tab-bar and custom title-bar in same activity.In static mode am able to display tab-bar and custom title-bar in the same activity. But when i assign dynamic values to custom title-bar ...
20
votes
3answers
570 views

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). ...
1
vote
2answers
522 views

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 = ...
0
votes
1answer
482 views

EditText not getting focus Mono Android

I'm using TabActivity with Custom Title. TabControl.xml contains android:focusable="true" android:focusableInTouchMode="true" When activity gets launched, default tab is Tab0. in .xml of Tab0: ...
0
votes
1answer
218 views

TabActivity with Custom Title giving NullPointerException

I have a launcher activity which contains two tabs which corresponds to two separate activities HeatMap and LiveMkt. As I read somewhere one can not use following statement in child activities: ...
0
votes
1answer
219 views

custom title bar linked with mutiple activites

Hello people I have made a custom title bar for my app. I would like to know if this is not to much code just for a title bar. the reason I ask is that I want like a group activity but I don't like ...
1
vote
2answers
228 views

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. ...
0
votes
1answer
90 views

Android Customtitlebar issue?

I am Developing an application which consists of custom-title-bar. 1.I have implemented custom title bar in my application,until here every thing is working fine for me. 2.I have removed the ...
5
votes
2answers
3k views

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 ...
1
vote
3answers
722 views

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 ...
0
votes
1answer
385 views

gtk3 GtkWindow title bar color

Using gtk3, how can I change the default GtkWindow titlebar color? Would it involve GtkStyleContext? I've only used GtkCssProvider.
3
votes
1answer
836 views

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 ...
0
votes
2answers
1k views

How to create clickable icons on the Custom Title Bar

I want to create the click effect on the following type of custom title Bar. There are three functions in here:Home,Title and Search, clicking either of it should perform the further function. I ...
1
vote
1answer
411 views

My Custom Title with listview is not showing proper height and format

I want to give a custom title above my listView. After reading some threads here I made the code as follows, but the title bar size is becoming very small, i want to make it a little bigger. Also ...
0
votes
2answers
392 views

Title Bar customization

I'm trying to build a c++ program that customizes another window title bar, adding colored text and icons. The window I need to customize is in a closed source program. Right now I can only change ...
5
votes
1answer
502 views

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 ...
0
votes
2answers
408 views

android custom title not filling parent widthwise

I have customised my title bar. The problem is though i have mentioned the width as fill_parent its not filling parent with some blank space on either sides the code is below <resources> ...
2
votes
1answer
983 views

How can I put a custom button on the title bar? [duplicate]

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:
8
votes
1answer
5k views

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 ...
1
vote
0answers
830 views

Android: custom title style

I have a listactivity with iconified text which I'm giving a custom title. Here's my custom_style.xml: <resources> <style name="CustomWindowTitleBackground"> <item ...
1
vote
1answer
173 views

Android: read window title resource id

I am trying to create a custom title layout but I'd still want to use the activity's original label text. Is there a way to reference the window title (label attribute) in my custom title xml? Thanks. ...
2
votes
1answer
1k views

Custom title of PreferenceActivity (problem)

I have the same problem like this question: Custom title bar in PreferenceActivity ?? After extending PreferenceActivity, I write this code in onCreate(), it just shows a blank grey title. I think it ...
0
votes
3answers
1k views

Android — How to change the titlebar text for one activity?

This one is similar to a question that I asked yesterday. However my concern is different. To summarize I needed to remove the text from the titlebar for one of my activities (the main activity) (1). ...
0
votes
1answer
1k views

Android title bar icon size

Is it possible to specify the size for the icon for the android title bar? requestWindowFeature(Window.FEATURE_LEFT_ICON); setContentView(R.layout.main); ...
3
votes
2answers
1k views

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 ...
0
votes
1answer
3k views

how to set image view for custom title bar in android

I want to set custom title bar to which i want to set ImageView as background to the title bar. how to set ImageView for custom title bar in android. i used: ...
1
vote
0answers
126 views

Error Regarding the Title

I have got an AndroidRunTimeException, that says that you cannot combine custom titles with other title features. Can anybody tell me why it occurs?
0
votes
1answer
2k views

Custom title using Fragments

I've got an app, that uses custom title feature. I'm trying to migrate it to fragments api. Resulting code, I've got, is like this: public class MainActivity extends CategoriesListActivity { ...
10
votes
3answers
2k views

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 ...
0
votes
2answers
444 views

titlebar bottom

i read this tutorial how to create a custom-titlebar. http://www.anddev.org/view-layout-resource-problems-f27/my-own-titlebar-backbutton-like-on-the-iphone-t4591.html works fine BUT: is it possible ...
0
votes
2answers
807 views

Custom titlebar doesnt fill titlebar area

I have added a custom titlebar using the following code howeveri seem to have about 10 px spacing left and right a 2px at the bottom, is their anyway i can make the custom titlebar fit the titlbar ...
0
votes
2answers
432 views

How to set correct margins

I have this layout code which I thought was correct: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" ...
4
votes
3answers
903 views

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?
44
votes
4answers
55k views

Change title bar text in Android

How do I change the text of the title bar? as of now it just displays the title of the program and im wanting it to display something of my choosing and be different for each page/activity in my app ...