summaryrefslogtreecommitdiff
path: root/res/layout/article_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-18 18:36:11 +0400
committerAndrew Dolgov <[email protected]>2012-09-18 18:36:11 +0400
commitc9c3aa3d36064fde040ed56cf438da69f098ae2b (patch)
tree8bb6526951faaadf9402b6db6b255a7406bdec73 /res/layout/article_fragment.xml
parentd0b4542dce0c7a46848513f5a121ad7a3b13a560 (diff)
several android lint fixes
Diffstat (limited to 'res/layout/article_fragment.xml')
-rw-r--r--res/layout/article_fragment.xml16
1 files changed, 3 insertions, 13 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index 94e0a42e..e46de546 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -1,18 +1,9 @@
<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:orientation="horizontal" >
-
- <LinearLayout
- xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/article_holder"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:orientation="vertical"
- android:padding="5sp" >
+ android:orientation="vertical" >
<LinearLayout
android:id="@+id/article_header"
@@ -98,6 +89,5 @@
android:layout_weight="0"
android:text="@string/attachment_copy" />
</LinearLayout>
- </LinearLayout>
-
+
</LinearLayout> \ No newline at end of file