我觉得PROGRESS_SIZE 为default还是有点大,希望能增加个值small
Aarthas opened this issue · 0 comments
Aarthas commented
我觉得PROGRESS_SIZE 为default还是有点大,希望能增加个值small
- progress_size_type
加个small,
- private final static int DEFAULT_PROGRESS_SIZE = 50;
private final static int BIG_PROGRESS_SIZE = 60;
加个private final static int SMALL_PROGRESS_SIZE = 40;