0

Hello guys i have problem with my Listview . I have different layout for portrait and landscape item listview (layout and layout-land) like here :

Item listview Layout for Portrait

enter image description here

Item listview Layout for Landscape enter image description here

this is simulation rotate from portrait to landscape

result on portrait / not yet rotated

enter image description here

result after rotated landscape

enter image description here

Which I want after rotated

enter image description here

so how to solve it ?

Amay Diam
  • 2,561
  • 7
  • 33
  • 57

1 Answers1

0

This link helped me to solve a similar problem. I hope that it helps you too.

Android: alternate layout xml for landscape mode

Community
  • 1
  • 1
Lucas Pugliese
  • 569
  • 1
  • 6
  • 12
  • thanks for answered, yes i'm have declare different layout (layout/xxx.xml and layout-land/xxx.xml) in my resource like that .. but the result is like my question above :( – Amay Diam Oct 24 '14 at 01:52