Public 成员函数 | |
| AbBottomBar (Context context, AttributeSet attrs) | |
| AbBottomBar (Context context) | |
| void | ininBottomBar (Context context) |
| void | setBottomBarBackground (int res) |
| void | setBottomBarBackgroundColor (int color) |
| void | setBottomBarBackgroundDrawable (Drawable d) |
| void | setDropDown (final View parent, final View view) |
| void | setBottomView (View view) |
| void | setBottomView (int resId) |
Public 属性 | |
| int | mBottomBarID = 2 |
| LayoutInflater | mInflater |
| int | diaplayWidth = 320 |
Private 成员函数 | |
| void | showWindow (View parent, View view, boolean offsetMode) |
Private 属性 | |
| Activity | mActivity |
| PopupWindow | popupWindow |
| WindowManager | mWindowManager = null |
© 2012 amsoft.cn 名称:AbBottomBar.java 描述:底部菜单栏实现.
|
inline |
Instantiates a new ab bottom bar.
| context | the context |
| attrs | the attrs |
|
inline |
Instantiates a new ab bottom bar.
| context | the context |
|
inline |
Inin bottom bar.
| context | the context |
|
inline |
描述:标题栏的背景图.
| res | 背景图资源ID |
|
inline |
描述:标题栏的背景图.
| color | 背景颜色值 |
|
inline |
描述:设置标题背景.
| d | 背景图 |
|
inline |
描述:设置副标题栏界面显示.
| view | the new bottom view |
|
inline |
描述:用指定资源ID表示的View填充主界面.
| resId | 指定的View的资源ID |
|
inline |
描述:设置下拉的View.
| parent | the parent |
| view | the view |
|
inlineprivate |
描述:下拉菜单的的实现方法.
| parent | the parent |
| view | 要显示的View |
| offsetMode | 不填满的模式 |
| int com.ab.view.titlebar.AbBottomBar.diaplayWidth = 320 |
屏幕宽度.
|
private |
所属Activity.
| int com.ab.view.titlebar.AbBottomBar.mBottomBarID = 2 |
副标题栏布局ID.
| LayoutInflater com.ab.view.titlebar.AbBottomBar.mInflater |
全局的LayoutInflater对象,已经完成初始化.
|
private |
Window 管理器.
|
private |
下拉选择.
1.8.8