summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-31 03:51:06 +0400
committerAndrew Dolgov <[email protected]>2012-12-31 03:51:06 +0400
commit369ad45bf55f0fa982f6342ce60cd179f20cd6af (patch)
treef36adc425475eb0499aa9cc045a98b882a93af71 /res/layout
parentf0db07f0cbe89fdf140f098224379e1f477db62f (diff)
experimental use of titlebarwebview
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/article_fragment.xml25
1 files changed, 13 insertions, 12 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index 2320625b..4849b5a8 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -1,8 +1,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/article_fragment"
android:layout_width="fill_parent"
- android:padding="5sp"
android:layout_height="fill_parent"
+ android:padding="5sp"
android:orientation="vertical" >
<LinearLayout
@@ -10,8 +10,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0"
- android:orientation="vertical"
- android:paddingBottom="5sp" >
+ android:orientation="vertical" >
<TextView
android:id="@+id/title"
@@ -56,21 +55,23 @@
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="13sp" />
</LinearLayout>
- </LinearLayout>
- <ImageView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="0"
- android:background="?horizontalDivider"
- android:paddingTop="2dip" />
+ <ImageView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_weight="0"
+ android:background="?horizontalDivider"
+ android:layout_marginBottom="5sp"
+ android:paddingTop="2dip" />
+
+ </LinearLayout>
- <WebView
+ <com.nobu_games.android.view.web.TitleBarWebView
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
- android:padding="5sp" />
+ />
<LinearLayout
android:id="@+id/attachments_holder"