summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_subscriptions.xml
diff options
context:
space:
mode:
authorRaghul Jagannathan <raghul@redmart.com>2015-05-27 08:31:42 +0800
committerRaghul Jagannathan <raghul@redmart.com>2015-05-27 08:31:42 +0800
commitd0022e053e4abfe35dac4ae2d90c6960982181fd (patch)
treea03a02dda68d9956e07759aad87cc9991d0b8b97 /app/src/main/res/layout/fragment_subscriptions.xml
parentba036e14990a6dd7e8a5076bdc20176532a4f417 (diff)
downloadAntennaPod-d0022e053e4abfe35dac4ae2d90c6960982181fd.zip
Subscription view for managing feeds and Navigation drawer feed list cleanup
Diffstat (limited to 'app/src/main/res/layout/fragment_subscriptions.xml')
-rw-r--r--app/src/main/res/layout/fragment_subscriptions.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_subscriptions.xml b/app/src/main/res/layout/fragment_subscriptions.xml
new file mode 100644
index 000000000..8a61e5fa5
--- /dev/null
+++ b/app/src/main/res/layout/fragment_subscriptions.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <GridView
+ android:id="@+id/subscriptions_grid"
+ android:layout_width="match_parent"
+ android:numColumns="3"
+ android:horizontalSpacing="2dp"
+ android:verticalSpacing="2dp"
+ android:layout_height="match_parent"
+ android:layout_gravity="center_horizontal">
+ </GridView>
+</LinearLayout> \ No newline at end of file