Added in API level 1

Orientation

class Orientation
kotlin.Any
   ↳ kotlin.Enum<android.graphics.drawable.GradientDrawable.Orientation>
   ↳ android.graphics.drawable.GradientDrawable.Orientation

Controls how the gradient is oriented relative to the drawable's bounds

Summary

Enum values

draw the gradient from the bottom-left to the top-right

draw the gradient from the bottom to the top

draw the gradient from the bottom-right to the top-left

draw the gradient from the left to the right

draw the gradient from the right to the left

draw the gradient from the top-left to the bottom-right

draw the gradient from the top to the bottom

draw the gradient from the top-right to the bottom-left

Enum values

BL_TR

Added in API level 1
enum val BL_TR : GradientDrawable.Orientation

draw the gradient from the bottom-left to the top-right

BOTTOM_TOP

Added in API level 1
enum val BOTTOM_TOP : GradientDrawable.Orientation

draw the gradient from the bottom to the top

BR_TL

Added in API level 1
enum val BR_TL : GradientDrawable.Orientation

draw the gradient from the bottom-right to the top-left

LEFT_RIGHT

Added in API level 1
enum val LEFT_RIGHT : GradientDrawable.Orientation

draw the gradient from the left to the right

RIGHT_LEFT

Added in API level 1
enum val RIGHT_LEFT : GradientDrawable.Orientation

draw the gradient from the right to the left

TL_BR

Added in API level 1
enum val TL_BR : GradientDrawable.Orientation

draw the gradient from the top-left to the bottom-right

TOP_BOTTOM

Added in API level 1
enum val TOP_BOTTOM : GradientDrawable.Orientation

draw the gradient from the top to the bottom

TR_BL

Added in API level 1
enum val TR_BL : GradientDrawable.Orientation

draw the gradient from the top-right to the bottom-left