Hi,
Accoding to emulator Resolution how to change the activity(Screen) controls size according to screen Resolution in android ?
i have screen design like below
it is working in HVGA(320x480) resolution progressbar is coming bottom of screen but if i run in other resolution emulator VM (WQVGA432 - 240x432) i am getting the progressbar middle of the screen .
i am not able to fix the in permenent(fixed) position
i am using below code in manifest file but no output
android:normalScreens="true"
android:largeScreens="true"
android:anyDensity="true" />
i am not getting the solution so please give some idea for resolve the issue.
Regards, Jeyavel N