summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-20 13:12:46 +0400
committerAndrew Dolgov <[email protected]>2012-06-20 13:12:46 +0400
commit130d1ec845c671fe5fe0cc3c3c26088df547e00d (patch)
treefb0f5ba807b19fb84724d8a8d4f83cae746abcd2 /res/layout
parente9fa47175c88345c44e5b846b0aebeb98623ec28 (diff)
try to automatically refresh headlines while going through articlepager
add missing dummy_fragment.xml
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/dummy_fragment.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/dummy_fragment.xml b/res/layout/dummy_fragment.xml
new file mode 100644
index 00000000..665e60db
--- /dev/null
+++ b/res/layout/dummy_fragment.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/dummy_fragment"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent" >
+
+</FrameLayout> \ No newline at end of file