I just want to ask if it is possible to have something like this to be done in XML?
Using java Syntax Highlighting
- textView.setGravity(Gravity.CENTER_VERTICAL | Gravity.LEFT);
Parsed in 0.031 seconds, using GeSHi 1.0.8.4
Basically, I want my component to be centered vertically and at the same time be placed at the left most part of the view.
Thanks in advance.
Cheers,
Marc


