mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
pngで保存するように変更
This commit is contained in:
parent
9fc5d160ac
commit
e55b5709dd
|
@ -78,7 +78,7 @@ public class DebugMenuFileManagerTesterFragment extends Fragment {
|
|||
paint.setColor(Color.RED);
|
||||
canvas.drawCircle(50, 50, 50, paint);
|
||||
|
||||
fileManager.saveBitmapAtCurrent(bitmap, "test.bmp");
|
||||
fileManager.saveBitmapAtCurrent(bitmap, "test.png");
|
||||
});
|
||||
|
||||
return view;
|
||||
|
|
Loading…
Reference in New Issue
Block a user