Questions tagged [up-button]

In Android 3.0 and above, the Up button is used to navigate within an app based on the hierarchical relationships between screens.

As of Android 3.0, the Up button was added. It works similarly to the back button, but it never lets a user exit an app.

For more information, please refer to Android Developers design patterns

48 questions
-1
votes
1 answer

up button doesn't go to parent activity

I have an app with several activities. The up button created by getSupportActionBar().setDisplayHomeAsUpEnabled(true); works on all the activities except for one. I've checked the manifest and I can see the parent is set correctly. Code…
-1
votes
1 answer

Android extend up button

I want to extend the up button on the actionbar to include the activity name. For example, instead of only being able to click the arrow to go back, I could also click the words next to it. I know some apps allow this but I haven't seen any…
Rand
  • 1,653
  • 2
  • 12
  • 15
-2
votes
1 answer

Up button in SearchView of android

I have added a search view in my android app by using "android.support.v7.widget.SearchView",but it is not displaying the up button when i click on it.It is howing the X button.How to get the up button? I am getting this image enter image…
Fargo
  • 1
  • 1
  • 6
1 2 3
4