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

Unified Diff: content/shell/android/res/values/dimens.xml

Issue 10626017: Provide a common interface for all Android app resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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: content/shell/android/res/values/dimens.xml
diff --git a/content/shell/android/res/values/strings.xml b/content/shell/android/res/values/dimens.xml
similarity index 68%
copy from content/shell/android/res/values/strings.xml
copy to content/shell/android/res/values/dimens.xml
index 929a007b53058383ab5b00e92f2c4fb4dbac1897..0a0ff61911f68d0bf9937d559ce8ee685dd5975d 100644
--- a/content/shell/android/res/values/strings.xml
+++ b/content/shell/android/res/values/dimens.xml
@@ -8,6 +8,7 @@
<resources>
- <string name="url_hint">Type URL Here</string>
+ <!-- Link Preview dimensions -->
+ <dimen name="link_preview_overlay_radius">0dp</dimen>
-</resources>
+</resources>

Powered by Google App Engine
This is Rietveld 408576698