Public 成员函数 | |
| AbTabItemView (Context context) | |
| AbTabItemView (Context context, AttributeSet attrs) | |
| void | init (int index, String text) |
| int | getIndex () |
| TextView | getTextView () |
| void | setTabTextSize (int tabTextSize) |
| void | setTabTextColor (int tabColor) |
| void | setTabCompoundDrawables (Drawable left, Drawable top, Drawable right, Drawable bottom) |
| void | setTabBackgroundResource (int resid) |
| void | setTabBackgroundDrawable (Drawable d) |
Private 属性 | |
| Context | mContext |
| int | mIndex |
| TextView | mTextView |
© 2012 amsoft.cn 名称:AbTabItemView.java 描述:表示一个TAB
|
inline |
Instantiates a new ab tab item view.
| context | the context |
|
inline |
Instantiates a new ab tab item view.
| context | the context |
| attrs | the attrs |
|
inline |
Gets the index.
|
inline |
Gets the text view.
|
inline |
Inits the.
| index | the index |
| text | the text |
|
inline |
描述:设置tab的背景选择.
| d | the new tab background drawable |
|
inline |
描述:设置tab的背景选择.
| resid | the new tab background resource |
|
inline |
描述:设置文字图片.
| left | the left |
| top | the top |
| right | the right |
| bottom | the bottom |
|
inline |
描述:设置文字颜色.
| tabColor | the new tab text color |
|
inline |
描述:设置文字大小.
| tabTextSize | the new tab text size |
|
private |
The m context.
|
private |
The m index.
|
private |
The m text view.
1.8.8