summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-08 00:57:08 +0400
committerAndrew Dolgov <[email protected]>2014-11-08 00:57:08 +0400
commita509415720d059d59d35d83750c78d25b35256cb (patch)
treef001be37b249a4a02bfc9b13d64218fe75522aa9 /org.fox.ttrss/src/main/res/values
parente7ed44307cffca0f0c7dabf4de0c8872f057e392 (diff)
add fab button to article fragment
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rw-r--r--org.fox.ttrss/src/main/res/values/style.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml
index 4dc4db9f..41e913e1 100644
--- a/org.fox.ttrss/src/main/res/values/style.xml
+++ b/org.fox.ttrss/src/main/res/values/style.xml
@@ -30,6 +30,7 @@
<item name="parentBtnBackground">#dddddd</item>
<item name="articleHeader">?colorPrimaryDark</item>
<item name="articleHeaderTextColor">@android:color/white</item>
+ <item name="floatingActionButtonStyle">@style/FabTheme</item>
<item name="colorPrimary">#6482af</item>
<item name="colorPrimaryDark">#526A8E</item>
@@ -79,6 +80,7 @@
<item name="headlineSelectedSecondaryTextColor">#a0a0a0</item>
<item name="articleHeader">?colorPrimaryDark</item>
<item name="articleHeaderTextColor">@android:color/white</item>
+ <item name="floatingActionButtonStyle">@style/FabTheme</item>
<item name="colorPrimary">#51698E</item>
<item name="colorPrimaryDark">#445877</item>
@@ -87,4 +89,8 @@
<style name="DarkDialogTheme" parent="android:Theme"></style>
+ <style name="FabTheme" parent="FloatingActionButton">
+ <item name="floatingActionButtonColor">?colorPrimaryDark</item>
+ </style>
+
</resources> \ No newline at end of file