diff options
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values/style.xml | 8 |
1 files changed, 8 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 a02ee887..25084641 100755 --- a/org.fox.ttrss/src/main/res/values/style.xml +++ b/org.fox.ttrss/src/main/res/values/style.xml @@ -123,4 +123,12 @@ <item name="floatingActionButtonColor">?colorPrimaryDark</item> </style> + <style name="ImagePagerTheme" parent="Theme.AppCompat.DialogWhenLarge"> + <item name="windowActionBarOverlay">true</item> + + <item name="colorPrimary">#607D8B</item> + <item name="colorPrimaryDark">#455A64</item> + <item name="colorAccent">#D84315</item> + </style> + </resources>
\ No newline at end of file |