235 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
2
answers
601
views
How to remove space in left and right side of Action Bar when used custom layout for action bar?
I'm new to android development and I am designing an app in which I use a custom Action Bar from a layout xml file. I had done with the following code and successfully got the layout into action bar. ...
0
votes
3
answers
779
views
How can I change the ActionBar color of individual fragments in Android?
Is there any way to change the ActionBar color of fragments and change the title displayed in the ActionBar to the title of the menu option that was pressed?
0
votes
1
answer
247
views
Action bar eat part from list view android
When use built in Navigation Drawer activity in android studio that includes action bar and my list view when run the app a part from the list view comes under action bar please help to solve the ...
1
vote
1
answer
1k
views
Why do I get a 'cannot find symbol class' error on my Android import statement (ActionBarActivity) after updating appcompat to 27.1?
Why do I get a 'cannot find symbol class' error on my Android import statement (ActionBarActivity) after updating appcompat to 27.1? I am getting the following error, on the following import ...
3
votes
3
answers
7k
views
cannot find Symbol class ActionBarActivity (Android Recycled View)
I have some problem when i build graddle.. i don't understand where is the probleme, i read many things about that, but i can't find the solution..
i have already: download the Repository, put in the ...
0
votes
1
answer
343
views
how to convert the old Menu or Setting button so Android apps to the new or most common button in Barr Menu?
Who can leave a link in the video comment window explaining how to convert the old Menu or Setting button so Android apps to the new or most common button in Barr Menu.
It is as in the picture below.
...
1
vote
1
answer
75
views
for custom fonts is it necessary to add ActionBarActivity for Typeface?
I was reading about Custom Fonts in Android, But i have Confusion that for using Typeface(for getting your custom font from assets) is it possible to add any other activity type than ActionBarActivity(...
-1
votes
1
answer
150
views
Extending AppCompActivity gives uncaught exception
From my MainActivity, when I press a button, I have to open another activity that extends AppCompacActivity. The problem is that I get my application to crush because of an unhandled exception. Here ...
0
votes
2
answers
854
views
Move action bar along with Navigation Drawer
I have implemented Navigation bar as per google guildlines but i want to move action bar along with drawer. I have even referred following How to slide the ActionBar along with the NavigationDrawer ...
0
votes
3
answers
2k
views
ActionBar is not visible with Coordinator Layout
In my App, there is an activity which has a layout as the one posted below. the problem I have is, when that activity starts, action bar becomes invisible, CoordinatorLayout takes up all the screen.
...
0
votes
6
answers
2k
views
Activity is not returning to previous activity while clicking on ActionBar back navigation button
My Activity is extending ActionBarActivity and we are setting a back navigation button in onCreate() :
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(...
0
votes
0
answers
113
views
Base Activity doesnt get API response in onTaskComplete
I am currently facing problem in my project, where I am using an abstract base activity which extends ActionBarActivity and implements AsyncTaskCompleteListener.
So there should be ...
1
vote
2
answers
8k
views
Hide/show Action Bar in Android activity
I have an android activity extended from ActionBarActivity.
My Activity content ruled by state pattern. When state changes, screen also changes somehow. I need ActionBar just in one of 3 states I ...
1
vote
1
answer
3k
views
Issue with android.support.v7.app.ActionBarActivity
I am having a problem compiling my code, to be honest I am not too sure what is going wrong here. I am using a tutorial I found online to learn how to create an Android Chat app. I have no red lines ...
2
votes
3
answers
2k
views
getting Null pointer exception while setting the title to action bar
Error:Caused by: java.lang.NullPointerException: Attempt to invoke
virtual method 'void android.app.ActionBar.setTitle(java.lang.CharSequence)' on a null object reference
tried with ...