文件整理

This commit is contained in:
huangzhuanghua
2016-08-31 14:41:41 +08:00
parent d4498fb573
commit efc19441cd
219 changed files with 1738 additions and 1873 deletions

View File

@ -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);