[android-developers] Re: Strange ListView divider behaviour

2010-05-10 Thread Ondra
Ok, I've probably solved the problem (but i still don't understand it). When I add into app's manifest file, all problems mentioned earlier and badly rendered pixels disappear (no matter which IDE i use). Ondra -- You received this message because you are subscribed to the Google Groups "Andro

[android-developers] Re: Strange ListView divider behaviour

2010-05-10 Thread Ondra
Next observation: When i build/run application from within Eclipse, everything behaves normal (that means all dividers are visible). However, when i create/build/run new project by means of "android create", "and debug" and "adb install" tools, the app is rendered badly (some of the dividers are in

[android-developers] Re: Strange ListView divider behaviour

2010-05-09 Thread Ondra
The code should be the same as in the mentioned tutorial: *** List8.java *** public class List8 extends ListActivity { PhotoAdapter mAdapter; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentVie