Added changelog and changed fab size.

This commit is contained in:
Amine 2017-11-12 07:55:01 +01:00
parent 6f7f475a6b
commit 3bdfef9f8b
2 changed files with 9 additions and 0 deletions

View File

@ -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** **1.5.4.09**
- Using the kotlin wrapper for the material drawer (see #98 for more details). - Using the kotlin wrapper for the material drawer (see #98 for more details).

View File

@ -122,6 +122,7 @@
android:paddingTop="@dimen/activity_vertical_margin" android:paddingTop="@dimen/activity_vertical_margin"
android:src="@drawable/ic_add" android:src="@drawable/ic_add"
app:backgroundTint="?attr/colorAccent" app:backgroundTint="?attr/colorAccent"
app:fabSize="mini"
app:rippleColor="?attr/colorAccentDark" /> app:rippleColor="?attr/colorAccentDark" />
</FrameLayout> </FrameLayout>