diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/view_main_fab.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 7 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app/src/main/res/layout/view_main_fab.xml b/app/src/main/res/layout/view_main_fab.xml index 5e1fed77..7e3ec2aa 100644 --- a/app/src/main/res/layout/view_main_fab.xml +++ b/app/src/main/res/layout/view_main_fab.xml @@ -4,5 +4,4 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="end|bottom" - android:layout_margin="@dimen/kau_fab_margin" - android:visibility="gone" />
\ No newline at end of file + android:layout_margin="@dimen/kau_fab_margin" />
\ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 26db730d..6eb8d795 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,11 +6,16 @@ <item text="" /> --> + <version title="v1.8.1" /> + <item text="Theme new Facebook update" /> + <item text="Fix layout issue for posting messages" /> + <item text="Create FAB for posting" /> + <item text="" /> + <version title="v1.8.0" /> <item text="Add Chinese, Indonesian, Norwegian, Polish, Thai, and Turkish translations" /> <item text="Update theme to fix comments" /> <item text="Add option to disable pip (settings > behaviour)" /> - <item text="" /> <version title="v1.7.9" /> <item text="Fix image loading" /> |