diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/styles.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index f4fa9e6c..4775a892 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -113,7 +113,7 @@ <item name="layout_behavior">@string/appbar_scrolling_view_behavior</item> </style> - <style name="Main.Fab" parent="Widget.Design.NavigationView"> + <style name="Main.Fab" parent=""> <item name="android:layout_width">wrap_content</item> <item name="android:layout_height">wrap_content</item> <item name="android:layout_gravity">end|bottom</item> diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index efd09204..c1360b73 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -14,6 +14,7 @@ <item text="Open formatted urls from context menu" /> <item text="Allow copying text with emojis" /> <item text="Theme webview js dialogs" /> + <item text="Fix create post FAB" /> <item text="" /> <version title="v2.4.1" /> |