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
Post a Comment