app/src/main/java/com/tejia/lijin/app/util/ui/GradientDrawableUtil.java
@@ -16,4 +16,12 @@ return drawable; } public static GradientDrawable getOrderType(Context context, String color) { GradientDrawable drawable = new GradientDrawable(); drawable.setCornerRadius(DimenUtils.dip2px(context,3)); drawable.setColor(Color.parseColor(color)); return drawable; } }