Skip to content

Instantly share code, notes, and snippets.

View wendellq89's full-sized avatar
🏠
Working from home

wendell wendellq89

🏠
Working from home
  • Global Sources
  • Shenzhen
View GitHub Profile
::wendell on 2023/3/2
::使用utf-8编码,编码为65001
chcp 65001
@echo off
echo "----------------"
echo "开始apk打包!"
@REM echo 程序开始时间:%Time%
echo 开始时间是%time:~0,2%点%time:~3,2%分%time:~6,2%秒
echo.
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.View;