Questions tagged as 'actionbar'

1
answer

Using ActionBar Up Navigation Android - API23

I'm implementing an app that has a activity to load a map and another activity to list the places the user selected on the map. As I'm working with API23 , the toolbar was successfully displayed on activity master....
asked by 23.11.2015 / 23:56
1
answer

FragmentActivity with ActionBarDrawerToggle

I would like to create a Drawer with an ActionBarDrawerToggle . I'm following this tutorial ! My only change is that I am extending FragmentActivity and not a Activity as the example. When I execute, a NullPointer occur...
asked by 13.07.2015 / 15:07
2
answers

Change Action Bar title with Tab Bar

I have 3 Tab Bars that are at the bottom of the layout and the action bar at the top, by default. I need to know how to modify the title of my Action Bar every time a different Tab Bar is selected. Thankful.     
asked by 10.06.2015 / 19:58
1
answer

Android Toolbar hide Search when it's open

I have a toolbar (actiobar) that contains a search and when I change from fragment, I want that search to disappear. If the search has closed, just make a setVisible (false) that it hides, however, if the search has opened I can not hide using s...
asked by 30.03.2015 / 22:30
1
answer

Help to migrate from Actionbar.Tabs to ViewPager because of API 21

As I understand it lightly, the hosting of tabs in the actionbar was obsolete in API 21. I still do not understand very well because (if someone explains it better I thank) but what I can do is adapt. I did a search and found some alternatives l...
asked by 11.04.2015 / 19:05
2
answers

oblige user to fill edittext

I have some EditText and I need them all to be filled in if the user does not fill in and try to hit the button to continue the text boxes should show an error. but this button is in the action bar and I do not know where to apply the verificati...
asked by 25.07.2016 / 16:21
1
answer

How to edit theme.xml on Titanium?

I need to remove actionBar from my project and the best way I found it was to edit theme.xml. However, when I edit it, I can not save it and soon, my actionBar is still active. I tried to put the line of code (below) but when emulated, my window...
asked by 16.07.2015 / 18:54
3
answers

Problems with getSupportActionBar () for button (arrow) Home and back arrow ←

I am having trouble giving the action to the home button, I am able to smoothly implement the button according to the code ↓ getSupportActionBar().setDisplayHomeAsUpEnabled(true); getSupportActionBar().setHomeButtonEnabled(true); But I do n...
asked by 15.04.2016 / 18:49
1
answer

Create themes in the Android app

People, it is possible to customize the color of the action bar on Android, because I am developing an application and I wanted the users to choose the color of the application that they like. Does anyone know if it is possible to do this with a...
asked by 11.10.2016 / 16:17
1
answer

How to change the color of ActionBar in eclipse?

I'm studying how to change the color of my ActionBar , but I can not. I've tried everything but to no avail. This is my MainActivity.java : import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import androi...
asked by 21.07.2015 / 02:36