android - Spinner / Ellipsize / Width -


i've spinner pointing on cursoradapter. set adapter specific view. fix spinner's width, tried lot of stuff unsucessfully :

  • layout_width="100dp" // force spinner specific size ko
  • reduce layout width 100dp // ko
  • use ellipsize on textview contained adapter // ko

i block spinner's width. have idea ?

you try adding layout_padding left , right of it.


Comments