From 3bdfef9f8b8324026f9785952be1d607861a9ac6 Mon Sep 17 00:00:00 2001 From: Amine Date: Sun, 12 Nov 2017 07:55:01 +0100 Subject: [PATCH] Added changelog and changed fab size. --- CHANGELOG.md | 8 ++++++++ app/src/main/res/layout/activity_reader.xml | 1 + 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b061278..9b816f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +**1.5.4.10** + +- Displaying a loader when "reading more" in the article viewer. + +- Displaying the thumbnail instead of icon on the article viewer. + +- Scrolling to top when loading content with the "read more" button. + **1.5.4.09** - Using the kotlin wrapper for the material drawer (see #98 for more details). diff --git a/app/src/main/res/layout/activity_reader.xml b/app/src/main/res/layout/activity_reader.xml index e88422c..8a9d741 100644 --- a/app/src/main/res/layout/activity_reader.xml +++ b/app/src/main/res/layout/activity_reader.xml @@ -122,6 +122,7 @@ android:paddingTop="@dimen/activity_vertical_margin" android:src="@drawable/ic_add" app:backgroundTint="?attr/colorAccent" + app:fabSize="mini" app:rippleColor="?attr/colorAccentDark" />