Questions tagged [custom-titlebar]
98 questions
0
votes
2 answers
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 how can I give this Shaded Black color to my…

Abdus Sami Khan
- 267
- 2
- 8
- 20
0
votes
2 answers
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 have searched google and more sites.am not getting any…

user1676640
- 635
- 7
- 17
- 37
0
votes
1 answer
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 that properties of progressbar control, alertdialog,…

NK-
- 127
- 2
- 4
- 5
0
votes
1 answer
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 to set onclicklistener on button it gives…

Wahib Ul Haq
- 4,185
- 3
- 44
- 41
0
votes
1 answer
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 attributes it shows error as
AndroidRuntimeException: You…

vimalatha
- 63
- 1
- 10
0
votes
1 answer
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…

GAMA
- 5,958
- 14
- 79
- 126
0
votes
1 answer
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:
Window.RequestFeature(WindowFeatures.CustomTitle);
So…

GAMA
- 5,958
- 14
- 79
- 126
-1
votes
1 answer
How to change window Title bar Color in WinUI 3
Been looking into docs, web and the gallery app. The code provided in the UI Gallery app is not working.
Title bar Default Color

Ammar Uddin
- 15
- 2