文件整理
This commit is contained in:
@ -631,7 +631,7 @@ public class DownloadDialog {
|
||||
int color = Color.parseColor(PlatformUtils.getInstance(context)
|
||||
.getPlatformColor(apkEntity.getPlatform()));
|
||||
GradientDrawable gradientDrawable = new GradientDrawable();
|
||||
gradientDrawable.setColor(0xFFFFFFFF);
|
||||
gradientDrawable.setColor(Color.WHITE);
|
||||
gradientDrawable.setStroke(DisplayUtils.dip2px(context, 1), color);
|
||||
viewHolder.itemView.setBackgroundDrawable(gradientDrawable);
|
||||
|
||||
@ -690,7 +690,7 @@ public class DownloadDialog {
|
||||
int color = Color.parseColor(PlatformUtils.getInstance(
|
||||
context).getPlatformColor(apkEntity.getPlatform()));
|
||||
GradientDrawable gradientDrawable = new GradientDrawable();
|
||||
gradientDrawable.setColor(0xFFFFFFFF);
|
||||
gradientDrawable.setColor(Color.WHITE);
|
||||
gradientDrawable.setStroke(DisplayUtils.dip2px(context, 1), color);
|
||||
viewHolder.itemView.setBackgroundDrawable(gradientDrawable);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user