ss https://cloud.mail.ru/public/UhST/zYbCseFug
gradientRect:
public static void drawGradientRect(float x, float y, float w, float h, float round) {
int clr_bg = ColorUtils.rgb(18, 18, 18);
int clr_0 = interpolateColor(clr_bg, ColorUtils.getColor(0), 0.8F);
int...
Просмотры: 7,653
Ответы: 31