2011-09-09 11:58:11 +00:00
|
|
|
|
2011-09-09 16:36:09 +00:00
|
|
|
<LinearLayout android:padding="6dip" android:id="@+id/article_fragment" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical">
|
|
|
|
<LinearLayout android:layout_margin="12dip" android:padding="6dip" android:background="#e0e0e0" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:id="@+id/article_header">
|
|
|
|
<TextView android:layout_weight="1" android:textAppearance="?android:attr/textAppearanceLarge" android:text="TextView" android:layout_height="wrap_content" android:layout_width="match_parent" android:id="@+id/title"></TextView>
|
|
|
|
<Button android:text="Close" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/close_button"></Button>
|
2011-09-09 11:58:11 +00:00
|
|
|
</LinearLayout>
|
2011-09-09 16:36:09 +00:00
|
|
|
<WebView android:layout_width="match_parent" android:id="@+id/content" android:layout_height="match_parent"></WebView>
|
2011-09-09 11:58:11 +00:00
|
|
|
</LinearLayout>
|