android-actionbar-compat Questions

4

Solved

I have a menu item in my actionbar that shows only the text of the item - not the icon. And all is ok but just somehow the title of the item is going uppercase. can Can someone tell me how can I ge...

1

Solved

Google's Android document on Iconography says that action bar icons should be 32x32 while its document on Action Bar Icons says that they should be 24x24 for the baseline that is presumably mdpi. ...

4

I would like to add the support actionbar to one of my activities, I previously had been using the theme.translucent with this activity but in order to make the support actionbar work I needed to i...

5

I am currently working ActionBar (ActionBarCompat) oriented project, I Need some Clarification about actionbar. I am using spinner layout like this, <Spinner android:id="@+id/SpinnerList" a...
Humdrum asked 23/11, 2012 at 10:12

5

Solved

On my project until some days ago I used sherlock actionbar but I dicided to change the whole actionbar style to the new material design. On my old theme for the back and overflow icon I had some c...
Pycnidium asked 31/10, 2014 at 9:49

4

Solved

Structure (names of Activies/Fragments changed) Based on some advice written in Android Programming: The Big Nerd Ranch Guide, I have the following structure: MyListFragment extends ListFragmen...

2

Solved

I'm checking how to change the icon of a menu item to a progress bar loading animation. I tried with <item android:id="@+id/action_favorite" android:icon="@drawable/ic_action_heart" clasifica...

3

Solved

I've created a fragment that is hooked to an XML containing one image view. A navigation drawer (using actionbar compat) is set up inside activity_main.java and is working fine. What i'm wanting to...

4

Solved

I wanted to know the difference between android-support-v4.jar and android-support-v7-appcompat.jar. If I want to add appcompat Action Bar in my application do I need to add both android-support-v7...

3

Solved

I added android.support.v7.widget.Toolbar in my app using below code, now I want to show a button in the right end of the toolbar, but not able to do so. <?xml version="1.0" encoding="utf-8"?&g...

13

Solved

I'm trying the new Toolbar component and having some trouble with the navigation icon. I want to implement a custom icon for back navigation : In my manifest i set a parent to my activity : <act...

6

Solved

My app is using an own style which I made with the Android Action Bar Style Generator (Style compatibility = AppCombat). The color of the Actionbar and the tab are the same but the problem is that ...

11

Solved

I am testing out the new Appcompat 21 Material Design features. Therefore I've created a Toolbar like this: <android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/...

7

Solved

I have a DialogFragment that is styled to full screen using setStyle(STYLE_NORMAL, R.style.Theme_App). The DialogFragment shows fine but the up action (the homeAsUp action on the ActionBar) does ...

7

Solved

I have an Activity which extends ActionBarActivity. Whenever I try to create an AlertDialog in it, crashes at the the line where dialog is created giving this error java.lang.IllegalStateException...

6

Solved

I have an app that is using a SupportActionBar. I am usin a custom view for an action. The thing is, that default actions do display a tool-tip when i long press, but my custom action does not. ...

3

Solved

Action bar views (share action provider and searchview) crashes after generating signed apk. When i debug app from android studio it's working but when i generating signed apk and install app to de...
Kilar asked 6/12, 2014 at 19:33

5

I want to show the back arrow button in my app, but the app crashes when I put this in my code: getSupportActionBar().setDisplayHomeAsUpEnabled(true); getSupportActionBar().setDisplayShowHomeEnabl...

3

Solved

I have a project target to API Level 10 and i want to implement the new ActionBar support library. After follow all the instrutions in the Support Library Setup, when adding the library to my proje...
Mastrianni asked 25/8, 2013 at 14:19

4

Similar to the question here, but has some key differences. Most notably being that the accepted answer did work until the latest support library releases. Here's the custom view layout: &...

4

I add the new material design actionbar from the new appcompat and I use the new toolbar widget. I set a custom background on the toolbar on xml but my problem is that the drop shadow from the acti...
Salep asked 3/11, 2014 at 19:34

8

How to make transparent or translucent ActionBar like Google Play that fades in or out when scrolling using windowActionBarOverlay? Check the following screenshots

2

Solved

Hello I am working on demo app where I need to set the title in ActionBar in center of it. I have tried some posts of SO that did not work for me. I am trying on Android 4.3 phone. https://stackov...

4

Solved

I am trying to modify the text color of the title of the ActionBarSupport. I have used ActionBarStyleGenererator to create a theme with the correct colors and it works well. While using the light ...
Replica asked 6/12, 2013 at 15:15

3

I am trying to change the text color of a action menu item on the action bar. Using app compat. Also the overflow icon doesnt change too. Here is my custom styled styles.xml files. res/values/styl...
Razo asked 26/3, 2014 at 4:42

© 2022 - 2024 — McMap. All rights reserved.