Implemented WebView to show description of item

This commit is contained in:
daniel oeh
2012-06-15 18:50:34 +02:00
parent d7e3bfc930
commit 8078e34912
3 changed files with 9 additions and 2 deletions

View File

@ -49,4 +49,8 @@
android:layout_width="0px"
android:layout_height="wrap_content"/>
</LinearLayout>
<WebView
android:id="@+id/webvDescription"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>