Skip to content

Commit 041daf8

Browse files
committed
attr modify
1 parent fc52bde commit 041daf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/android/view/TextGroupView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ private void initAttrs(Context context, AttributeSet attrs) {
249249
if (typedArray.getString(R.styleable.TextGroupView_shape) != null) {
250250
shape = Integer.parseInt(typedArray.getString(R.styleable.TextGroupView_shape));
251251
}
252+
252253
radius = typedArray.getDimension(R.styleable.TextGroupView_radius, 0);
253254
topLeftRadius = typedArray.getDimension(R.styleable.TextGroupView_topLeftRadius, 0);
254255
topRightRadius = typedArray.getDimension(R.styleable.TextGroupView_topRightRadius, 0);

0 commit comments

Comments
 (0)