Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3094)

Unified Diff: blimp/client/app/android/java/res/values/colors.xml

Issue 1841653005: Added menu button to blimp toolbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: blimp/client/app/android/java/res/values/colors.xml
diff --git a/chrome/android/java/res/values-large/dimens.xml b/blimp/client/app/android/java/res/values/colors.xml
similarity index 62%
copy from chrome/android/java/res/values-large/dimens.xml
copy to blimp/client/app/android/java/res/values/colors.xml
index bfa99b4b88f7ca0ea7659d0cba5cf1972e7d5a13..93528bff9d7bb4643b79c5f1c8f6f76af693c437 100644
--- a/chrome/android/java/res/values-large/dimens.xml
+++ b/blimp/client/app/android/java/res/values/colors.xml
@@ -4,5 +4,7 @@
found in the LICENSE file. -->
<resources>
- <dimen name="fre_content_margin">60dp</dimen>
+ <!-- Common colors -->
+ <color name="default_dark_text_color">#333</color>
+ <color name="default_white_background">#FAFAFA</color>
</resources>
« no previous file with comments | « blimp/client/app/android/java/res/layout/toolbar_popup_item.xml ('k') | blimp/client/app/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698