Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Development <david-dev@live.de>2014-11-29 22:31:44 +0300
committerDavid Development <david-dev@live.de>2014-11-29 22:31:44 +0300
commit16726f41993fd03b14dfc3ae879811307ebb6962 (patch)
treeaee98bfaad1ad1a6a4cef3c0ed0c828681a0ac64 /News-Android-App/src/main/res/values/themes.xml
parenta6167b4ef99aaad903e50d3ebee85083f4f30f8d (diff)
Add Material Design
Diffstat (limited to 'News-Android-App/src/main/res/values/themes.xml')
-rw-r--r--News-Android-App/src/main/res/values/themes.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/values/themes.xml b/News-Android-App/src/main/res/values/themes.xml
new file mode 100644
index 00000000..0a936caa
--- /dev/null
+++ b/News-Android-App/src/main/res/values/themes.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="AppTheme" parent="AppTheme.Base"/>
+
+ <style name="AppTheme.Base" parent="Theme.AppCompat">
+ <item name="colorPrimary">@color/colorPrimary</item>
+ <item name="colorPrimaryDark">@color/colorPrimary</item>
+ <item name="android:windowNoTitle">true</item>
+ <item name="windowActionBar">false</item>
+
+ <item name="dividerLineColor">#1effffff</item>
+ <item name="rssItemListBackground">@color/material_grey_900</item>
+ </style>
+
+
+ <style name="AppThemeLight" parent="AppThemeLight.Base"/>
+
+ <style name="AppThemeLight.Base" parent="Theme.AppCompat.Light">
+ <item name="colorPrimary">@color/colorPrimary</item>
+ <item name="colorPrimaryDark">@color/colorPrimary</item>
+
+ <item name="android:textColor">#000</item>
+ <!-- <item name="android:textColorSecondary">@color/slider_listview_text_color_dark_theme</item> -->
+
+ <item name="android:windowNoTitle">true</item>
+ <item name="windowActionBar">false</item>
+
+ <item name="dividerLineColor">#1e000000</item>
+ <item name="rssItemListBackground">#ffdedede</item>
+ </style>
+
+
+</resources> \ No newline at end of file