public abstract class BaseTitleBarStyle extends java.lang.Object implements ITitleBarStyle
| 构造器和说明 |
|---|
BaseTitleBarStyle(android.content.Context context) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected int |
dp2px(float dpValue)
dp转px
|
int |
getColor(int id) |
protected android.content.Context |
getContext() |
protected android.graphics.drawable.Drawable |
getDrawable(int id) |
float |
getLeftSize() |
float |
getRightSize() |
int |
getTitleBarHeight() |
float |
getTitleSize() |
protected int |
sp2px(float spValue)
sp转px
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBackground, getBackIcon, getLeftBackground, getLeftColor, getLineDrawable, getLineSize, getRightBackground, getRightColor, getTitleColor, isLineVisibleprotected android.content.Context getContext()
protected android.graphics.drawable.Drawable getDrawable(int id)
public int getColor(int id)
protected int dp2px(float dpValue)
protected int sp2px(float spValue)
public int getTitleBarHeight()
getTitleBarHeight 在接口中 ITitleBarStylepublic float getLeftSize()
getLeftSize 在接口中 ITitleBarStylepublic float getTitleSize()
getTitleSize 在接口中 ITitleBarStylepublic float getRightSize()
getRightSize 在接口中 ITitleBarStyle