• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Make android app only part of the screen

johnboyman

Lurker
Sep 26, 2015
6
0
Hello. I have an android app that I want to make only cover part of the screen. I tried


android.view.WindowManager.LayoutParams params = getWindow().getAttributes();
params.x = -100;
params.height = 300;
params.width = 1000;
params.y = -50;

this.getWindow().setAttributes(params);

This changed the size of my app, but the app is still covering the full screen. How can I shrink the entire app including the background. Thanks bye.
 

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones