summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2015-08-28 22:03:53 +0200
committerjrizzoli <joey@cyanogenmoditalia.it>2015-08-28 22:10:20 +0200
commit5bba72a33ce0be2ca251a033c93f7fbb1b7da6d9 (patch)
tree29e0a7d57d9a81c24ecb286f5dea32a621f519f3 /res/values
parentdb2f050bc845bf44ebf71bbd4cc70f6d1da53669 (diff)
downloadandroid_packages_apps_Gello-5bba72a33ce0be2ca251a033c93f7fbb1b7da6d9.tar.gz
android_packages_apps_Gello-5bba72a33ce0be2ca251a033c93f7fbb1b7da6d9.tar.bz2
android_packages_apps_Gello-5bba72a33ce0be2ca251a033c93f7fbb1b7da6d9.zip
gello: CyanogenMod style [2/2]
- Material dark theme - Update colors palette - Card-like tabs - Updated menu entries - Reordered settings Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml90
-rw-r--r--res/values/strings.xml7
2 files changed, 56 insertions, 41 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index c841434e..3f325d07 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -1,59 +1,69 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
-/* //device/apps/common/assets/res/any/http_authentication_colors.xml
-**
-** Copyright 2006, The Android Open Source Project
-**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
-**
-** http://www.apache.org/licenses/LICENSE-2.0
-**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
-** limitations under the License.
-*/
+ Copyright (C) 2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
-->
-<!-- FIXME: Change the name of this file! It is now being used generically
- for the browser -->
-<resources>
+<resources>
<!-- fundamental colors -->
- <color name="primary">#ffffff</color>
- <color name="navigation_bars">#101828</color>
- <color name="accent">#FF1AACA2</color>
- <color name="browser_window_background">#ffffff</color>
+ <color name="white">#fafafa</color>
+ <color name="black">#14181C</color>
+ <color name="red">#f44336</color>
+ <color name="yellow">#ffc107</color>
+ <color name="green">#4caf50</color>
+ <color name="blue">#2196F3</color>
+
+ <color name="trasparent">#ffffffff</color>
+
+ <!-- chrome colors -->
+ <color name="icon_white">#DADADA</color>
+ <color name="icon_black">#5A5A5A</color>
+ <color name="green">#1AC222</color>
+ <color name="yellow">#FFB000</color>
+ <color name="red">#DB4437</color>
+ <color name="blue">#4285F4</color>
+
+ <!-- Material -->
+ <color name="primary">#263238</color>
+ <color name="primary_dark">#161E21</color>
+ <color name="accent">@color/blue</color>
+ <color name="accent_dark">#5595FE</color>
+ <color name="navigation_bars">@color/primary</color>
+ <color name="browser_window_background">#F2F2F2</color>
<!-- derived colors -->
- <color name="NavigationBarBackground">#ffffff</color>
- <color name="NavigationBarBackgroundIncognito">#cccccc</color>
- <color name="NavigationBarUnderline">#b3b3b3</color>
- <color name="PopupBackground">#ffffff</color>
- <color name="TabNavBackgroundColor">#757575</color>
+ <color name="NavigationBarBackground">@color/primary</color>
+ <color name="NavigationBarBackgroundIncognito">#5A5A5A</color>
+ <color name="PopupBackground">@color/white</color>
+ <color name="TabNavBackgroundColor">@color/white</color>
<color name="TabPassiveMessageBackground">#f2f2f2</color>
<color name="TabPassiveMessageLine">#b3b3b3</color>
-
<!-- legacy colors -->
- <color name="white">#ffffffff</color>
- <color name="black">#ff000000</color>
-
<color name="bookmarkWidgetHeader">#383847</color>
<color name="bookmarkWidgetDivider">#383847</color>
<color name="bookmarkWidgetItemBackground">#2b2b3c</color>
<color name="bookmarkWidgetFolderBackground">#A0383847</color>
- <color name="bookmarkWidgetFaviconBackground">#23ffffff</color>
- <color name="bookmarkListFaviconBackground">#23ffffff</color>
- <color name="bookmarkLabelColor">#555555</color>
- <color name="comboViewActionBarColor">#ffffff</color>
+ <color name="bookmarkWidgetFaviconBackground">@color/white</color>
+ <color name="bookmarkListFaviconBackground">@color/white</color>
+ <color name="bookmarkLabelColor">@color/black</color>
+ <color name="comboViewActionBarColor">@color/white</color>
<color name="comboViewBackground">#efeff0</color>
- <color name="tabFaviconBackground">#FF555555</color>
- <color name="tabFocusHighlight">#FF99CC00</color>
- <color name="tabViewTitleBackground">#D0000000</color>
- <color name="navtab_bg">#80606060</color>
+ <color name="tabFaviconBackground">@color/primary</color>
+ <color name="tabFocusHighlight">#99CC00</color>
+ <color name="tabViewTitleBackground">@color/black</color>
+ <color name="navtab_bg">@color/black</color>
<color name="TileBadgeTextAvoid">#fff</color>
<color name="TileBadgeTextUntrusted">#333</color>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5a21bbcc..cfdb206f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -325,6 +325,8 @@
>Valid SSL certificate. Communication is encrypted and identity is verified.</string>
<string name="pref_invalid_cert">Site has an invalid SSL certificate.</string>
<string name="pref_warning_cert">Site SSL certificate has warnings.</string>
+ <!-- Settings screen, section title [CHAR LIMIT=50] -->
+ <string name="pref_interface_title">Interface</string>
<!-- Label for option that when clicked opens the AutoFill settings screen. Also used as the title of that AutoFill Settings screen. [CHAR-LIMIT=32] -->
<string name="pref_autofill_profile_editor">Auto-fill text</string>
<!-- Summary for the AutoFill Settings preference [CHAR-LIMIT=none] -->
@@ -380,7 +382,8 @@
<!-- Text on a checkbox in the "setup autofill" dialog which is shown to the user when they are prompted to set up the autofill feature.
The checkbox allows them to specify they would like to disable the feature altogether [CHAR-LIMIT=NONE] -->
<string name="disable_autofill">Disable auto-fill</string>
-
+ <!-- Settings screen, section title [CHAR-LIMIT=50] -->
+ <string name="pref_security_title">Security</string>
<!-- Settings screen, section title [CHAR-LIMIT=50] -->
<string name="pref_privacy_security_title">Privacy &amp; security</string>
<string name="pref_privacy_security_title_summary">Browser security and privacy settings</string>
@@ -790,4 +793,6 @@
<!-- Toast message displayed when user attempts to modify a setting disabled by the administrator -->
<string name="mdm_managed_alert">Managed by your administrator</string>
+ <!-- My Navigation - Bookmarks + History + Saved -->
+ <string name="mystuffs">My Navigation</string>
</resources>