diff options
author | Camil Staps | 2015-06-10 18:27:23 +0200 |
---|---|---|
committer | Camil Staps | 2015-06-10 18:27:23 +0200 |
commit | b7b5037b867352ee5e90d0e04c616875b7986e1a (patch) | |
tree | 47eb42b5ca13e035ca82eab3f19bf7e9b995efa9 /app/src/main/res/layout | |
parent | Merge branch 'master' of github:camilstaps/RSSin (diff) |
Cleanup xml
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/activity_filter.xml | 32 | ||||
-rw-r--r-- | app/src/main/res/layout/activity_unified_inbox.xml | 28 | ||||
-rw-r--r-- | app/src/main/res/layout/fragment_feeditems_list.xml (renamed from app/src/main/res/layout/fragment_home_screen.xml) | 0 |
3 files changed, 0 insertions, 60 deletions
diff --git a/app/src/main/res/layout/activity_filter.xml b/app/src/main/res/layout/activity_filter.xml deleted file mode 100644 index 47f4976..0000000 --- a/app/src/main/res/layout/activity_filter.xml +++ /dev/null @@ -1,32 +0,0 @@ -<!-- - RSSin - Clever RSS reader for Android - Copyright (C) 2015 Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ---> -<LinearLayout 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" -tools:context="org.rssin.android.HomeScreenActivity"> - <!-- A RecyclerView with some commonly used attributes --> - - <android.support.v7.widget.RecyclerView - android:id="@+id/filter_feeditems" - android:scrollbars="vertical" - android:layout_width="match_parent" - android:layout_height="match_parent"/> - - </LinearLayout>
\ No newline at end of file diff --git a/app/src/main/res/layout/activity_unified_inbox.xml b/app/src/main/res/layout/activity_unified_inbox.xml deleted file mode 100644 index 75635c7..0000000 --- a/app/src/main/res/layout/activity_unified_inbox.xml +++ /dev/null @@ -1,28 +0,0 @@ -<!-- - RSSin - Clever RSS reader for Android - Copyright (C) 2015 Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ---> -<RelativeLayout 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" - android:padding="0dp" tools:context=".UnifiedInboxActivity"> - <android.support.v7.widget.RecyclerView - android:id="@+id/unified_inbox_feeditems" - android:scrollbars="vertical" - android:layout_width="match_parent" - android:layout_height="match_parent"/> -</RelativeLayout> diff --git a/app/src/main/res/layout/fragment_home_screen.xml b/app/src/main/res/layout/fragment_feeditems_list.xml index 7c6f9c3..7c6f9c3 100644 --- a/app/src/main/res/layout/fragment_home_screen.xml +++ b/app/src/main/res/layout/fragment_feeditems_list.xml |