-
- All Implemented Interfaces:
-
com.liecoder.framework.titlebar.ITitleBarStyleService
public final class StyleRipple extends StyleTransparent
Author: lieco(liecoder@163.com) Date: 2024/8/18 Version: 1.0
-
-
Constructor Summary
Constructors Constructor Description StyleRipple()
-
Method Summary
Modifier and Type Method Description DrawablegetLeftTitleBackground(Context context)获取标题栏左侧背景的 Drawable 对象。 DrawablegetRightTitleBackground(Context context)获取标题栏右侧背景的 Drawable 对象。 -
Methods inherited from class com.liecoder.framework.titlebar.StyleRipple
getBackButtonDrawable, getLeftTitleColor, getLineDrawable, getRightTitleColor, getTitleBarBackground, getTitleColor -
Methods inherited from class com.liecoder.framework.titlebar.StyleTransparent
createLeftView, createLineView, createRightView, createTitleView, getChildVerticalPadding, getLeftHorizontalPadding, getLeftIconGravity, getLeftIconHeight, getLeftIconPadding, getLeftIconWidth, getLeftTitle, getLeftTitleForeground, getLeftTitleOverflowMode, getLeftTitleSize, getLeftTitleStyle, getLeftTitleTypeface, getLineSize, getRightHorizontalPadding, getRightIconGravity, getRightIconHeight, getRightIconPadding, getRightIconWidth, getRightTitle, getRightTitleForeground, getRightTitleOverflowMode, getRightTitleSize, getRightTitleStyle, getRightTitleTypeface, getTitle, getTitleHorizontalPadding, getTitleIconGravity, getTitleIconHeight, getTitleIconPadding, getTitleIconWidth, getTitleOverflowMode, getTitleSize, getTitleStyle, getTitleTypeface, isLineVisible -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLeftTitleBackground
Drawable getLeftTitleBackground(Context context)
获取标题栏左侧背景的 Drawable 对象。
- Parameters:
context- 上下文对象。
-
getRightTitleBackground
Drawable getRightTitleBackground(Context context)
获取标题栏右侧背景的 Drawable 对象。
- Parameters:
context- 上下文对象。
-
-
-
-