Skip to content

Commit 3296122

Browse files
committed
fix focus frame transparency
1 parent 8b666b3 commit 3296122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/amazon/tv/leanbacklauncher/apps/BannerView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ protected void onFinishInflate() {
129129
//gd.setStroke(stroke, color, 50, 500);
130130
//gd.setCornerRadius(12f);
131131
GradientDrawable gd = new GradientDrawable(
132-
GradientDrawable.Orientation.TOP_BOTTOM,new int[]{color,color,color} // Color.TRANSPARENT
132+
GradientDrawable.Orientation.TOP_BOTTOM,new int[]{Color.TRANSPARENT,Color.TRANSPARENT,Color.TRANSPARENT} // Color.TRANSPARENT
133133
);
134134
gd.setShape(GradientDrawable.RECTANGLE);
135135
gd.setStroke(stroke, color);

0 commit comments

Comments
 (0)