summaryrefslogtreecommitdiff
path: root/res/layout/article_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-28 13:01:04 +0300
committerAndrew Dolgov <[email protected]>2011-11-28 13:01:04 +0300
commit4769c8c09f0d9efdaf4c6bab464a7fff687074a1 (patch)
tree13b3afad51bb1b358ac947fcde8838c405a042b8 /res/layout/article_fragment.xml
parentebb1253ddd886f6330ff85332763bb652c5101b9 (diff)
implement swiping between articles (in small screen mode)
Diffstat (limited to 'res/layout/article_fragment.xml')
-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"