This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |