Action Bar comments

1. Action bar 内容

  1.    app icon
  2.    view control
  3.    action icon
  4.    action overflow

  

2.  Split Action Bar :一行action bar放不下时 在activity的manifest 文件中定义

uiOptions="splitActionBarWhenNarrow" 
可以吧top bar和main action bar合并。

  1. main action bar
  2. top bar
  3. bottom bar

3.  Contextual Action Bar : 临时的action bar,覆盖在action bar上。

A contextual action bar (CAB) is a temporary action bar that overlays the app's action bar for theduration of a particular sub-task. CABs are most typically used for tasks that involve acting onselected data or text.


4. Action bar和 theme 有关。Theme.Holo  及子theme都支持除了 Theme.Holo.NoActionBar

5. Action bar的添加和action处理同option menu


6. Action bar  function 1: Help application navigation

  1. 在actionbar中 setDisplayHomeAsUpEnabled(true)
  2. 定义activity之间的父子关系
    1. 在manifest中定义,为严格的tree关系
    2. 在activity中getSupportParentActivityIntent() and onCreateSupportNavigateUpTaskStack()和segment中onSupportNavigateUp()

7. 定义view control

在menuitem中增加属性

android:actionViewClass ,压缩view为icon
adding "collapseActionView" to the showAsAction
侦听action view的扩展和压缩 
OnActionExpandListener()
8. 定义action provider:控制所有的action并可以显示子菜单

android:actionProviderClass

A menu item selection is processed in the following order:不


  • Receiving a call to MenuItem.OnMenuItemClickListener.onMenuItemClick.
  • Receiving a call to onOptionsItemSelected(android.view.MenuItem) FragmentActivity.onOptionsItemSelected(MenuItem)}
  • Receiving a call to onOptionsItemSelected(android.view.MenuItem) Fragment.onOptionsItemSelected(MenuItem)}
  • Launching the Intent set via MenuItem.setIntent(android.content.Intent)
  • Invoking this method.
9. action bar tab 支持

在actionbar中可增加tab,每个tab都可被tablistener支持。在listener中将tab和segment相关联

10. 可以使用style来给actionbar定义不同的风格



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值