summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditem_fragment.xml
diff options
context:
space:
mode:
authorRoss Harrison <rtharrison86@gmail.com>2015-02-01 00:36:16 -0600
committerRoss Harrison <rtharrison86@gmail.com>2015-02-01 00:36:16 -0600
commite3a78e9cd53f95d4ddf068c89d11f7fd4abba2e2 (patch)
treeea0864f5253dbb2a16a365b270596027e4381a6d /app/src/main/res/layout/feeditem_fragment.xml
parentc11edda64cc8f308aaea7db41c6751189742bda1 (diff)
parent373f28c8aea278ae50ac6ebbdc7db5d3703dcec4 (diff)
downloadAntennaPod-e3a78e9cd53f95d4ddf068c89d11f7fd4abba2e2.zip
Merge branch 'develop' of github.com:rharriso/AntennaPod
Diffstat (limited to 'app/src/main/res/layout/feeditem_fragment.xml')
-rw-r--r--app/src/main/res/layout/feeditem_fragment.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feeditem_fragment.xml b/app/src/main/res/layout/feeditem_fragment.xml
new file mode 100644
index 000000000..5e1b580d2
--- /dev/null
+++ b/app/src/main/res/layout/feeditem_fragment.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/content_root"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+
+ <WebView
+ android:id="@+id/webvDescription"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:foreground="?android:windowContentOverlay" />
+
+ <FrameLayout
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <ProgressBar
+ android:id="@+id/progbarLoading"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:indeterminate="true" />
+ </FrameLayout>
+</FrameLayout> \ No newline at end of file