Questions tagged [splitactionbar]

15 questions
7
votes
1 answer

Reuse the Action Bar in all the activities of app

I am a newbie to android and I was wondering if someone could guide me about how to reuse the action bar in all of my android activities. As far as I have explored, I found out that we have to make a BaseActivity class and extend it in our Activity…
divyang7
  • 309
  • 3
  • 10
  • 22
3
votes
1 answer

Reusing Action Bar in all activities of application

I have created a MenuActivity which is having an Action Bar and an Split Action Bar. I want to use this actionbar and splitactionbar view for all activities in my application. I am a newbie to android so can somebody guide me stepwise about…
divyang7
  • 309
  • 3
  • 10
  • 22
3
votes
0 answers

Split action bar search view on bottom when iconified, on top when expanded

Is there an easy way to make the search view open to the top action bar but keep the iconified search view on the bottom action bar when using a split action bar? Google Mail as well as Google Maps seem to do this. Do you have to manually hide and…
Juhani
  • 5,076
  • 5
  • 33
  • 35
2
votes
1 answer

How to enable Split Action Bar?

I want to create an android application which has 3 sliding tab panel and each of them will 5 button (save,new,delete,exit..). What I want is exactly as follow: I created sliding tab panel.And for 5 button, I added split action bar.But It works as…
MUMBUÇOĞLU
  • 251
  • 1
  • 8
  • 24
2
votes
1 answer

adjustResize: trying to not display bottom bar of Split Action Bar when keyboard is visible

I have an app that has 4 Fragments (displayed as tabs), and all of them share the same split Action Bar. The top bar has the tabs' buttons and the bottom bar has the actions' buttons. There's one Fragment that has an EditText at the top and a…
nonzaprej
  • 1,322
  • 2
  • 21
  • 30
1
vote
1 answer

Android: Split Actionbar is not working

So I'm trying to get my Actionbar to split, but it just won't happen here's my code I'm currently using: Manifest:
1
vote
0 answers

splitActionBarWhenNarrow not working in Android

I know that there are many people had this question. I try to search and study but I can not. I want have a top and bottom action bar in my app. I used splitActionBarWhenNarrow but it didn't work. I am using Galaxy S3 to test app. Here is my code:…
ZICO TRAN
  • 27
  • 1
  • 5
1
vote
1 answer

Actionbar items always appear in overflow menu

I am using a MainActivity derived from FragmentActivity with Fragments representing each tab in the ActionBar. From the docs at http://developer.android.com/guide/topics/ui/actionbar.html, I implemented a split ActionBar with tabs on top and the…
0
votes
0 answers

SplitActionToolBar using ToolBar

I'm trying to create splitActionBar (I think I got the name right) using a regular old Toolbar placed on the bottom. If you take a look at this post (How to center action menu on toolbar), I am trying to do what the "Answer" says using the Github…
Takeshi
  • 101
  • 1
  • 6
0
votes
1 answer

Is it possible to customize items in split action bar?

I'm working with split action bar for my project, i would like to know is it possible to customize the items position in split action bar (i.e) i want some of the menu items in top of the action bar and some of them bottom of the action bar…
0
votes
3 answers

Is it possible to programmatically change the color of the split actionbar?

How do I change the color of the split actionbar in code, and not in xml? My user can pick the color of the actionbar, and I would like it so they could also change the color of the split action bar (the actionbar that appears at the bottom of the…
0
votes
1 answer

How can i add dividers to split action bar

I researched a lot of time in google this theme but my split action bar still without dividers. I try to use options beginning 1dp
DMan
  • 258
  • 3
  • 22
0
votes
1 answer

Bottom action bar in Android

I have a problem with the action bar in android .. I put android:uiOptions="splitActionBarWhenNarrow" but it's don't work i don't know why ! this the manifest.xml
Fatom
  • 1
0
votes
2 answers

Possible to have action overflow icon in top action bar of split actionbar?

Let me explain my current scenario. I have a split action bar. From what I understand all action items will go to the bottom of the split action bar. I want to have some action items in the top action bar so I made a custom action bar by making an…
Rohan
  • 1,312
  • 3
  • 17
  • 43
0
votes
1 answer

Split action bar

i split action Bar on my activity. However it looks like this on galaxy S4 i9500: How it looks like on a 5.5 inch screen: Is there a way to split the actionbar on big screens too? Please help. got to release the apk today :/
user2607848