From 355df447c7de0c3f5a6a185174f6725b47e80ec5 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 10 Jun 2015 23:46:21 +0200 Subject: GitHub link; button instead of link for article website --- README.md | 6 ++---- app/src/main/res/layout/activity_article.xml | 7 +++---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e546216..fb5818b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Copyright © 2015 Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps. This project is licensed under GPLv2. For more details, see the LICENSE file. +See: https://github.com/camilstaps/RSSin + # Todo (see also the @todo markings throughout the source code) @@ -19,7 +21,3 @@ This project is licensed under GPLv2. For more details, see the LICENSE file. ## Low priority * Readability plugin to view whole article - -# Notes - -* Idea loading icon: http://jsfiddle.net/se44ed8u/1/ diff --git a/app/src/main/res/layout/activity_article.xml b/app/src/main/res/layout/activity_article.xml index d728e4b..67015e2 100644 --- a/app/src/main/res/layout/activity_article.xml +++ b/app/src/main/res/layout/activity_article.xml @@ -62,16 +62,15 @@ android:layout_height="wrap_content" android:textSize="@dimen/font_size_small" android:textStyle="italic"/> - + android:paddingTop="@dimen/activity_vertical_margin"/> -- cgit v1.2.3