File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
java/com/sonsation/library Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,8 @@ class ShadowLayout : FrameLayout {
113113 R .styleable.ShadowLayout_stroke_type ,
114114 StrokeType .INSIDE .type
115115 )
116- } ? : StrokeType .INSIDE
116+ } ? : StrokeType .INSIDE ,
117+ strokeAlpha = a.getInteger(R .styleable.ShadowLayout_stroke_alpha , 100 )
117118 ).apply {
118119 this .blurType = BlurMaskFilter .Blur .entries.find {
119120 it.ordinal == a.getInteger(
Original file line number Diff line number Diff line change 2222 <enum name =" INNER" value =" 3" />
2323 </attr >
2424
25+ <attr name =" stroke_alpha" format =" integer" />
2526 <attr name =" stroke_width" format =" dimension" />
2627 <attr name =" stroke_color" format =" color" />
2728 <attr name =" stroke_gradient_start_color" format =" color" />
You can’t perform that action at this time.
0 commit comments