android - Layout positioning is changing in nexus -


i have designed layout respect xhdpi specifications. working fine in xhdpi devices. layout positioning changes in nexus due navigation bar comes on screen. how can solve issue , have same , feel in of ui in nexus.

can remove bottom navigation bar galaxy nexus.

you should use "wrap_content" or "fill_parent" on layout_width , layout_height. should not use "100dp" or specific variables that. generalize xml codes constant variables working on every screen sizes.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -