Hi All,
I have a web-view in my application which displays some text with justification.Everything seems to be perfect but i have a small issue with it which is shown in below fig.

The January starts right below the Month,26-01-2012 starts right below the date but webview starts by leaving a 1 dp space.
My code for the webview is
<WebView
android:id="@+id/webview"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/bl"
/>
I need the webview right under the description.Can i achieve this?
Any help is appreciated.
Thanks in advance
You can do like this..