Moved description webview to fragment

This commit is contained in:
daniel oeh
2012-07-01 14:28:49 +02:00
parent d1b1c92efe
commit 2cf9f5045b
3 changed files with 165 additions and 82 deletions

View File

@ -31,10 +31,11 @@
android:textStyle="bold"
android:gravity="center_horizontal"
android:text="@string/description_label"/>
<WebView
android:id="@+id/webvDescription"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<FrameLayout
android:id="@+id/description_fragment"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
</FrameLayout>
</LinearLayout>