Skip to content

Commit

Permalink
add full screen mode again
Browse files Browse the repository at this point in the history
contributes to #17
  • Loading branch information
niccokunzmann committed Mar 10, 2020
1 parent dbe44ea commit 1631a54
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import org.androidsoft.coloring.ui.widget.Progress;
import org.androidsoft.coloring.util.BitmapSaver;
import org.androidsoft.coloring.util.BitmapSharer;
import org.androidsoft.coloring.util.ScreenUtils;
import org.androidsoft.coloring.util.images.BitmapHash;
import org.androidsoft.coloring.util.images.ImageDB;
import org.androidsoft.coloring.util.images.ResourceImageDB;
Expand Down Expand Up @@ -67,6 +68,7 @@ public class PaintActivity extends AbstractColoringActivity
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
ScreenUtils.setFullscreen(this);

setContentView(R.layout.paint);
paintArea = new PaintArea((ImageView) findViewById(R.id.paint_view));
Expand Down

0 comments on commit 1631a54

Please sign in to comment.