Skip to content

Commit

Permalink
已完成第一版本的功能需求:
Browse files Browse the repository at this point in the history
1,图片预览(列表,单张,用户相关)
2,下载照片到本地
3,自动更新桌面壁纸
  • Loading branch information
Hiboboo committed Jul 27, 2018
1 parent e7e496c commit db71aa0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions app/src/main/java/com/bobby/pictures/app/App.java
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
package com.bobby.pictures.app;

import android.content.Context;
import android.graphics.Color;
import android.support.annotation.StringRes;

import com.muddzdev.styleabletoastlibrary.StyleableToast;

/**
* 作者 Bobby on 2018/05/29.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private void parseAttrs(TypedArray array)
setCircularColor(array.getColor(R.styleable.FreshDownloadView_circular_color, Color.WHITE));
setProgressColor(array.getColor(R.styleable.FreshDownloadView_circular_progress_color, Color.WHITE));
setCircularWidth(array.getDimension(R.styleable.FreshDownloadView_circular_width, getResources().getDimension(R.dimen.dp_2)));
setProgressTextSize(array.getDimension(R.styleable.FreshDownloadView_progress_text_size, getResources().getDimension(R.dimen.default_text_size)));
setProgressTextSize(array.getDimension(R.styleable.FreshDownloadView_progress_text_size, getResources().getDimension(R.dimen.dp_8)));
} finally
{
array.recycle();
Expand Down

0 comments on commit db71aa0

Please sign in to comment.