add announcement fragment layout

Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/3f14e660
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/3f14e660
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/3f14e660

Branch: refs/heads/master
Commit: 3f14e6601e1a15931895424ee7f0daa8cea5ba12
Parents: 9f4a246
Author: Sagar <[email protected]>
Authored: Fri May 6 16:56:47 2016 +0530
Committer: Sagar <[email protected]>
Committed: Fri May 6 16:56:47 2016 +0530

----------------------------------------------------------------------
 .../main/res/layout/fragment_announcement.xml   | 31 ++++++++++++++++++++
 1 file changed, 31 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/3f14e660/app/src/main/res/layout/fragment_announcement.xml
----------------------------------------------------------------------
diff --git a/app/src/main/res/layout/fragment_announcement.xml 
b/app/src/main/res/layout/fragment_announcement.xml
new file mode 100644
index 0000000..baf2b0b
--- /dev/null
+++ b/app/src/main/res/layout/fragment_announcement.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout
+    xmlns:android="http://schemas.android.com/apk/res/android";
+    android:layout_width="match_parent"
+    android:layout_height="match_parent">
+
+    <org.apache.taverna.mobile.utils.ScrollChildSwipeRefreshLayout
+
+        android:id="@+id/swipe_refresh"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        >
+
+        <android.support.v7.widget.RecyclerView
+            android:id="@+id/rv_movies"
+            android:layout_width="match_parent"
+            android:layout_height="match_parent"
+            android:clipToPadding="false"
+            android:padding="@dimen/item_offset"
+            android:visibility="gone"/>
+
+    </org.apache.taverna.mobile.utils.ScrollChildSwipeRefreshLayout>
+
+    <ProgressBar
+        android:id="@+id/progress_circular"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_centerHorizontal="true"
+        android:layout_centerVertical="true"
+        android:visibility="visible"/>
+</RelativeLayout>
\ No newline at end of file

Reply via email to