summaryrefslogtreecommitdiff
path: root/res/layout/gpodnet_podcast_list.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-08-22 15:11:37 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-08-22 15:11:37 +0200
commit1376b5284849e198f2a2c8346d681d49d30a4234 (patch)
treef5670b1fdda7d7b1b70cf989579472689cc29367 /res/layout/gpodnet_podcast_list.xml
parent1c8dc43a7f4db4141480423b561b0824828779f5 (diff)
downloadAntennaPod-1376b5284849e198f2a2c8346d681d49d30a4234.zip
Improved AddFeedActivity layout, added gpodder.net toplist fragment
Diffstat (limited to 'res/layout/gpodnet_podcast_list.xml')
-rw-r--r--res/layout/gpodnet_podcast_list.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/res/layout/gpodnet_podcast_list.xml b/res/layout/gpodnet_podcast_list.xml
new file mode 100644
index 000000000..e69c2dbee
--- /dev/null
+++ b/res/layout/gpodnet_podcast_list.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <GridView
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:id="@+id/gridView"
+ android:stretchMode="columnWidth"
+ android:numColumns="auto_fit"
+ android:verticalSpacing="4dp"
+ android:horizontalSpacing="4dp"
+ android:gravity="center"
+ android:columnWidth="200dp"
+ tools:listitem="@layout/gpodnet_podcast_listitem"/>
+
+ <ProgressBar
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:id="@+id/progressBar"
+ android:layout_gravity="center"
+ android:indeterminateOnly="true"/>
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:id="@+id/txtvError"
+ android:layout_gravity="center"
+ android:visibility="gone"
+ android:textSize="@dimen/text_size_small"/>
+</FrameLayout> \ No newline at end of file