From d0022e053e4abfe35dac4ae2d90c6960982181fd Mon Sep 17 00:00:00 2001 From: Raghul Jagannathan Date: Wed, 27 May 2015 08:31:42 +0800 Subject: Subscription view for managing feeds and Navigation drawer feed list cleanup --- app/src/main/res/layout/fragment_subscriptions.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app/src/main/res/layout/fragment_subscriptions.xml (limited to 'app/src/main/res/layout/fragment_subscriptions.xml') 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 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3 From f5111ce6e3a2c90848d5b9e992c01403a82d1db3 Mon Sep 17 00:00:00 2001 From: Tom Hennen Date: Fri, 25 Mar 2016 13:04:59 -0400 Subject: additional cleanup, removed submodule, renamed things --- app/src/main/res/layout/fragment_subscriptions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout/fragment_subscriptions.xml') diff --git a/app/src/main/res/layout/fragment_subscriptions.xml b/app/src/main/res/layout/fragment_subscriptions.xml index 8a61e5fa5..a716cecb6 100644 --- a/app/src/main/res/layout/fragment_subscriptions.xml +++ b/app/src/main/res/layout/fragment_subscriptions.xml @@ -13,4 +13,4 @@ android:layout_height="match_parent" android:layout_gravity="center_horizontal"> - \ No newline at end of file + -- cgit v1.2.3