|
|
@@ -182,7 +182,7 @@ public class FloatShotScreenService extends Service {
|
|
|
private void createFloatView() {
|
|
|
//获取浮动窗口视图所在布局.
|
|
|
ImageView imageView = new ImageView(getApplicationContext());
|
|
|
- imageView.setImageBitmap(BitmapFactory.decodeResource(getResources(), R.mipmap.ic_crop));
|
|
|
+ imageView.setImageBitmap(BitmapFactory.decodeResource(getResources(), R.mipmap.jietu));
|
|
|
floatView = imageView;
|
|
|
|
|
|
windowManager = (WindowManager) getApplicationContext().getSystemService(Context.WINDOW_SERVICE);
|