The tabwidget tag has no wiki summary.
0
votes
2answers
20 views
TabHost.addTab -> Null pointer exception
Iam getting Nullpointer exception when adding tabspec to tabhost.i have tried like this
public class MainActivity extends FragmentActivity implements TabHost.TabContentFactory {
@Override
...
1
vote
2answers
66 views
how to update badge value on tab in Android?
I have tabbar with 5 tabs and i have added badge on my 4th tab. i want to update my badge value after some operation perform with the server. but don't know how can do this. Also i want update badge ...
3
votes
0answers
111 views
Tabwidget dividers on Gingerbread vs ICS and above
I've created a tabs with fragments using TabWidget with custom layout for each tab. Everything seems to work and look fine except for one thing. On ICS and above it looks like the following:
But on ...
0
votes
1answer
57 views
connect from a QTab (in a QTabWidget) back to QMainWindow
The main Part of my Application is a Systray-Menu. For maintenance there should be a normal GUI.
My Problem is that now I have to create two Signal/Slot-Connections back to the MainWindow from each ...
3
votes
1answer
65 views
mTabHost.getTabWidget().getChildAt(4).performClick() dont work in gingerbread
I am making a tab based app. I have to go to the setting tab when the user clicks on the setting button on pop up. The following code is used for that, it works perfectly in ICS but not on ...
1
vote
1answer
107 views
how to make vertically align tabs in android
i worked with tabwidget in android to make it vertically align but couldn't find an effective way to accomplish it
here is what i want to achieve
0
votes
2answers
147 views
Android: 2 problems with a custom TabWidget
I'm trying to create custom tabs beneath the action bar. My action bar is already taken up by other widgets, so moving the tabs to the action bar is not an option. The tabs need to have both images ...
0
votes
2answers
85 views
Reduce the font size of title of tabs in android
I want to set font size of my TabWidget title. I have 6 tabs with the following titles:
Delhi |
Mumbai |
New york |
Shahnghai |
Chicago |
Sydney
The screen is not able to show full ...
0
votes
0answers
41 views
Make TabWidget opaque android
I have a TabHost that has 2 tabs. Now, the TabWidget that displays the two tabs, is partly transparent. So when I scroll the content of my tabs, it's visible under the tab of the TabWidget.
This ...
1
vote
0answers
113 views
Setting fixed width for tab in tabwidget
Searched for this a lot but am unable to find a satisfactory answer. My application is using a tab widget and I want to make the width of each tab equal. There are about 6-8 tabs in my main activity ...
0
votes
1answer
44 views
Drawables Alpha changing while TabHost tabs switching
I need to changing alpha of the drawables of my tabs when I click between my tabs in TabHost. I do it like this:
getTabHost().setOnTabChangedListener(new OnTabChangeListener() {
...
0
votes
1answer
105 views
Host 3 fragments with a Tab Widget and retain each fragment instance?
How can I create a tabbed navigation in an activity, with 3 tabs, where each tab loads a different fragment, and those 3 fragment instances are retained, especially on rotation?
Of all the tabbed ...
0
votes
1answer
86 views
create a slot in qt to react to a click of a pushbutton
I have a start/stop button which i want to control which tab is being shown in the tabWidget.
here's how I'm doing it.
// Control START/STOP actions
void gui::start_stop()
{
if (acquisition == ...
0
votes
0answers
51 views
tabwidget repaint in the onTabChanged
I add tabs with drawables in my TabActivity. And I want to change its transparency after the onTabChanged.
I do it in that way :
getTabHost().setOnTabChangedListener(new OnTabChangeListener() {
...
0
votes
0answers
104 views
Using OnClickListener on custom action bar above tabwidget doesnt work?
I have a custom action bar above the tabwidget that has some buttons. Im facing problems using the OnClickListener on the buttons.
Heres my tab.xml
<LinearLayout android:orientation="vertical" ...
0
votes
0answers
183 views
Tab Widget not displaying Names in android 2.2
I'm building an application as a personal project just because I think it could be a useful thing to learn. Now this application (CodeBundle.java and activity_code_bundle.xml are bellow) works fine in ...
2
votes
1answer
117 views
Android TabContent Change
Hello,
In the following picture I have the layout of my app. I have a tab widget within a tab host at the bottom (Green Color). I have the tabcontent in the middle (Pink Color).
I have 3 ...
0
votes
1answer
103 views
Button in TabWidget
I am trying to place a button in the TabWidget, meaning that I want to see all the tabs and the most right one will be a button.
I couldn't do it with the xml (and it will be helpful if someone would ...
2
votes
1answer
258 views
Android. TabWidget always on top for now?
I'm studying working with tabs using fragments. And I'm wondering how can I place TabWidget in the bottom of page.
I'm looking into FragmentTab.java sample (support library v4).
There is a XML ...
0
votes
0answers
34 views
About the TabWidget in android
I set up setcontent(intent)in TabWidget. But I want to make a check before switch. If the condition was established it will switch. If not it won’t switch. How to realize this?
After switch it will ...
0
votes
0answers
74 views
tabwidget image rendering issue…?
I have tabhost in my android application in which I gave background image to tabwidget. But it not showing properly. Even each and every tab have different images which I set throught item tag in ...
0
votes
1answer
122 views
how to show progress dialog on switching tabs in Tab layout
I have read many solutions here to show a progress dialog on switching tabs as some of the tabs fetching data from server takes time in between that period i need to show progress dialog, do suggest ...
0
votes
1answer
83 views
PyQt4 object does not display
I'm developing a tool in PyQt4 which edits config files. It changes the GUI every time a file is loaded. The editor GUI is a QTabWidget containing as many tabs as the number of chapters in the loaded ...
0
votes
2answers
263 views
Change background color to tabhost
I would like to change the background of the tabwidget in shown in the next image:
I would like to use a different background color, and change the font color to the selected tab. How can I do ...
0
votes
0answers
52 views
View below framelayout
've got a small problem with an xml file and a TabHost containing a FrameLayout that shows a Gridview . A small progressbar in a relativelayout shall be at the bottom but this is always shown in front ...
4
votes
1answer
143 views
Stop Android webview covering tabwidget
I have a tabwidget placed at the bottom of the screen with a webview above it. When the content of the webpage the webview loads is larger than the screen, the webview expands to conver the tabwidget ...
1
vote
0answers
21 views
using Default system Keypad and recreating only Keypad necessary
I have a requirement to create a Keypad as follows
1) only Edit Text is Visible Initially
2) on click of the Edit Text launches a tabwidget/Buttons/ImageView and the first tab of the Widget contains ...
1
vote
0answers
59 views
my pictures wont show up on my tab widget [closed]
Main.java
package com.tris.trainbuzzer;
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...
0
votes
2answers
130 views
Icon in Tab (API 16+)
I saw this question here. The solution was to make a xml for a icon and then getResources().getDrawable(R.drawable.tabicon);
on in. So this is in my java:
TabHost tabhost = ...
3
votes
0answers
210 views
Can't remove tabIndex from jquery tabs widget
I have a simple jquery tab widget set up. It starts off with two tabs, one being error 1, one being a plus sign. Clicking the plus sign adds error 2 tab. Clicking it again adds error 3 tab. The ...
0
votes
0answers
44 views
Tabwidget on bottom side and some Edittext make stupied Effect (Tabs are shown over virtual keyboard)
Do anyone know how to prevent the following Effect?
I use a Tabwidget and multiple Activities per Tab. So far so good.
Sometimes (and not always and from time to time different) my tabs are visible ...
0
votes
1answer
171 views
Android TabWidget text space
Exists anyway to change left and right text space? Look at attached screen. So many space is wasted. They could fit without line break
Regards
<TabHost android:layout_width="fill_parent"
...
0
votes
0answers
177 views
How to work with tabhost,tabwidget and framelayout?
I am using this code
package com.example.tabs;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
import android.widget.TabHost;
import android.widget.TabHost.TabSpec;
...
4
votes
1answer
332 views
Is it possible to use ActionBarSherlock style on native TabWidget?
I am wondering is it possible to apply ActionBarSherlock (v4.2.0) TabWidget theme on native TabWidget? So it will looks like Holo on pre ICS androids. If you know how - please share.
All i found is ...
1
vote
0answers
96 views
Adding two tabwidget in a tabhost in android
Is it possible to add two tabWidgets in a tabLayout?
I want to show a tabLabel in the top and another in the bottom, the framelayout will be in the middle. I don't want to keep the bottom label ...
0
votes
0answers
180 views
Why the tabwidget will missing half part? bug?
Following is my tabhost.
<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost"
android:padding="0px"
android:layout_width="fill_parent"
...
0
votes
1answer
164 views
make child of tabwidget bigger than tabwidget
I have 5 buttons on tab widget, 2 from left and 2 from right are the same size as background of tabwidget. The central button needs to be twice higher than tabwidget.
if I put all buttons into ...
0
votes
0answers
66 views
How to solve the tabwidget overlap
In activity, it has 3 TabWidgets. I made my own graphic and used on it. When testing, I found the Widget are overlaped as below. How to solve it? I have alway set the padding to 0px.
0
votes
2answers
727 views
custom tabhost in android [closed]
i have to create custom tab host in android.here i have to facing some problem.they are.,
Here i wish to set the tab width for each and every tab.but i can't do this.how can i manage this.
This is my ...
0
votes
2answers
175 views
Move drop shadow of TabWidget along with it to bottom of the screen
I have an app that uses fragments and tabs. I have moved the tabs to the bottom of screen, but the tabwidget's shadow still at the top of the screen(. How to show it above the tabwidget.
My main xml ...
2
votes
1answer
169 views
Drag and swap custom views in android
1) I have a tab widget which has 5 tabs [each tab showing an image and text].
2) 5th tab is for 'More' option. When the user selects this tab a sliding drawer will be opened which has grid of custom ...
1
vote
2answers
261 views
tablayout design on android
I need the tabbar background is set white. Also I need to have the selected tab background color set to pink and the remaining tabs (unselected tab) background color set to blue. My existing code is ...
-1
votes
1answer
1k views
How Can I Make Custom Font Style in TabWidget?
I want to change Font in Tab that i have created in my android app.
here's my xml file:
<com.markupartist.android.widget.ActionBar
android:id="@+id/actionbar"
...
0
votes
0answers
77 views
Stopping a Webview while switching between tabs
Hello everybody I am facing a problem in stopping a webview from loading the video from web when I switch between Tabs within a tabhost. What I am trying to do is, I have 4 tabs within my Tabwidget, ...
0
votes
0answers
187 views
Add Tab, edit tab and remove tab from Tab Host
I want to be able to add tabs to my TabHost.
My original tabwidget will have 2 tabs:
1 called 'Tab 1'
1 called 'Add Tab'
What I had hoped was for Upon the user clicking 'Add Tab' a new Tab to be ...
0
votes
0answers
194 views
Horizontal scrollview scroll changes tab focus
I hav a tab widget within horizontal scrollview. The problem that i m having is this that when i am scrolling through scroll view, current tab in the tab widget changes and because of this ontabchange ...
0
votes
1answer
73 views
Android Individual Tab Colors
I have created four tabs but want each tab to be a different block color - should this be done in the xml or java file? I'm assuming java because I only have one xml file for the whole tab widget.
0
votes
0answers
132 views
removeView() causes Nullpointer Exception in TabActivity?
I have a TabActivity in Android and in the onCreate method I make 1 tab which contains a button to create a new Tab with an intent. Every time I click that button, a new tab gets created with the ...
1
vote
0answers
75 views
ScrollArea and TabWidget resizing
I am having trouble with my app. I am not able to configure wigets to behave acording to my needs, I would appreciate help.
This is “sketch” of my real app
...
0
votes
1answer
63 views
Remoing View from TabWidget in TabHost causes the layout to remain the same? (ANDROID)
Just to clarify. I have a TabHost, and inside that tabhost are like 5 tabs. I'm playing around with tabhost so I'm trying to close one of the tabs (i.e. one of the child views). The problem is that ...





