Where can I find the ActionBar OverFlow button icon

gioravered

I've been trying to create my own action bar, in order to have 2 actions bars. Native one will be on bottom, and the custom one will be at the top.

I would like to have the OverFlow (the 3 dots button) button, that appears in the Native Action Bar, in my custom Action Bar.

So here are my questions:

  1. Is there a way to put my custom Action Bar on the bottom and the Native one on the top ?
  2. If the answer to Q1 is no, then, is there a way to imitate the overflow buttons look and behavior ?

I would prefer to do it like Questions 1..

I've been searching for the the overflow button's Icon in the drawables - but couldn't find it.

I would appreciate any help or direction,

Thanks a lot!

Mdlc
  1. Yes, the native one will be at the top, and if you disable split-actionbar, there will be no action bar at the bottom. And of course it is possible to "simulate" an actionbar at the bottom of your application, by creating an action-bar-look-a-like manually.

  2. Thought the answer to 1. is yes, It might be useful to someone else:

It's actually inside the android SDK, in platforms/android-XX/data/res/values/style.xml

The overflow menu's style definition:

 <style name="Widget.Holo.ActionButton.Overflow">
     <item name="android:src">@android:drawable/ic_menu_moreoverflow_holo_dark</item>
     <item name="android:background">?android:attr/actionBarItemBackground</item>
     <item name="android:contentDescription">@string/action_menu_overflow_description</item>
 </style>

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Where do I find the Google Drive icon?

分類Dev

Where can I find the source of Nautilus?

分類Dev

Where can I find offline version of Docs?

分類Dev

Where can I find .cargo/config?

分類Dev

Where can i find the code of an Azure Function?

分類Dev

Where can I find the latest Swift documentation?

分類Dev

Where can I find the command "udevinfo" on Debian?

分類Dev

Where I can find my WADL? (CXF)

分類Dev

How do I change the color of the ActionBar hamburger icon?

分類Dev

Where can I find the status of the released versions of Ubuntu?

分類Dev

In a MediaWiki, where can I find the list of all uploaded images?

分類Dev

Where can I find all Golang regexp specifications?

分類Dev

Where I can find the system out prints in RCP Product?

分類Dev

Where can I find my Enterprise ID for Box API?

分類Dev

Where can I find the consentform.html of Consent SDK by Google?

分類Dev

Where can I find System.Memory documentation?

分類Dev

Where can I find method definitions for classes in python?

分類Dev

Where can I find the "managed files" physical files on a Jenkins server?

分類Dev

Where can I find all the properties for customization in matplotlib?

分類Dev

Where can I find the Pictures / Music / Downloads folder icons?

分類Dev

Where can I find a list of recent updates from Microsoft?

分類Dev

Where can i find development documentation for sage saleslogix 7.5

分類Dev

where can I find matrix like chart for ios frameworks

分類Dev

Where can I find a list of possible exceptions in Python?

分類Dev

Where can i find which version of java my pc uses

分類Dev

Where can I find a zip.exe (that works in Windows 7)?

分類Dev

In a Silverstripe DB where can I find the Users table and Password?

分類Dev

Where can I find MongoDB documents created inside Meteor?

分類Dev

Settings.settings: where can I find the stored values?

Related 関連記事

  1. 1

    Where do I find the Google Drive icon?

  2. 2

    Where can I find the source of Nautilus?

  3. 3

    Where can I find offline version of Docs?

  4. 4

    Where can I find .cargo/config?

  5. 5

    Where can i find the code of an Azure Function?

  6. 6

    Where can I find the latest Swift documentation?

  7. 7

    Where can I find the command "udevinfo" on Debian?

  8. 8

    Where I can find my WADL? (CXF)

  9. 9

    How do I change the color of the ActionBar hamburger icon?

  10. 10

    Where can I find the status of the released versions of Ubuntu?

  11. 11

    In a MediaWiki, where can I find the list of all uploaded images?

  12. 12

    Where can I find all Golang regexp specifications?

  13. 13

    Where I can find the system out prints in RCP Product?

  14. 14

    Where can I find my Enterprise ID for Box API?

  15. 15

    Where can I find the consentform.html of Consent SDK by Google?

  16. 16

    Where can I find System.Memory documentation?

  17. 17

    Where can I find method definitions for classes in python?

  18. 18

    Where can I find the "managed files" physical files on a Jenkins server?

  19. 19

    Where can I find all the properties for customization in matplotlib?

  20. 20

    Where can I find the Pictures / Music / Downloads folder icons?

  21. 21

    Where can I find a list of recent updates from Microsoft?

  22. 22

    Where can i find development documentation for sage saleslogix 7.5

  23. 23

    where can I find matrix like chart for ios frameworks

  24. 24

    Where can I find a list of possible exceptions in Python?

  25. 25

    Where can i find which version of java my pc uses

  26. 26

    Where can I find a zip.exe (that works in Windows 7)?

  27. 27

    In a Silverstripe DB where can I find the Users table and Password?

  28. 28

    Where can I find MongoDB documents created inside Meteor?

  29. 29

    Settings.settings: where can I find the stored values?

ホットタグ

アーカイブ