summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/article_fragment.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index 2a45daf3..679d73df 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -14,15 +14,15 @@
android:paddingLeft="4dip" >
</ImageView>
-
+
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
- android:id="@+id/linerLayout2"
+ android:id="@+id/article_holder"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
- android:orientation="vertical" >
+ android:orientation="vertical" >
<ImageView
android:id="@+id/splitter_horizontal"