so i have my phone that is set to “minimum width of” 384dp (in developers options), what i want do is to open my android studio app like if the phone had its minimum width of 478dp.
is there any way to do it besides to make a different type of layouts for different screens size? maybe to write a code in OnCreate?