summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-02 16:11:14 +0300
committerAndrew Dolgov <[email protected]>2020-10-02 16:11:14 +0300
commitf44e5a67123d47c1637fcc8f7b25537c4fabe8ea (patch)
treea00392a954428bae2aa9832b08f3d919b28099b9 /org.fox.ttrss/src/main/res/values
parent39d707061fc481ca8163444f224339fe6b2314b1 (diff)
fix headlines fab
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/style.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 6dbda125..ecc13527 100755
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -36,7 +36,7 @@
<item name="articleHeader">@android:color/transparent</item>
<item name="articleHeaderTextColor">@android:color/black</item>
<item name="articleTextColor">@android:color/black</item>
- <item name="floatingActionButtonStyle">@style/FabTheme</item>
+ <!-- <item name="floatingActionButtonStyle">@style/FabTheme</item> -->
<item name="headlineFooterColor">?colorPrimary</item>
<item name="articleHeaderSeparator">#cccccc</item>
@@ -142,8 +142,8 @@
<style name="DarkDialogTheme" parent="android:Theme"></style>
- <style name="FabTheme" parent="FloatingActionButton">
+ <!-- <style name="FabTheme" parent="FloatingActionButton">
<item name="floatingActionButtonColor">?colorPrimaryDark</item>
- </style>
+ </style> -->
</resources> \ No newline at end of file