xml - Android Multiple Screen Support not working -
 I created my application only in one layout but now I need to support high resolution screens. I have   This code, which appears then from   to    But still the XML file is running in my application layout folder. How do I set it to run XML file in the     You can set your   Instead of just put it in:   JSON  to get images from  ListView . Images have shown good size on the 4-inch device, but the tablet images are on: Cropped up and down, so I added   
  list_v.xml  to  droble-xhdi  and  droble-xxhd  copy was done. And then i   
 android: layout_width = "fill_parent" android: layout_height = "174dp"    
 Android : Layout_width = "fill_parent" Android: layout_height = "350dp"    draweble-xxhdpi  folder?   XML  layout file to  drawable  Folders !!   
 Layout - Small layout - Big layout - xlarge ...    
 
Comments
Post a Comment