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

Unified Diff: chrome/android/java/res/drawable/contextual_search_promo_background.xml

Issue 1050163004: [Contextual Search] Implements Opt-out promo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase Created 5 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
« no previous file with comments | « no previous file | chrome/android/java/res/layout/contextual_search_opt_out_promo.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/drawable/contextual_search_promo_background.xml
diff --git a/chrome/android/java/res/drawable/contextual_search_promo_background.xml b/chrome/android/java/res/drawable/contextual_search_promo_background.xml
new file mode 100644
index 0000000000000000000000000000000000000000..2db4fcda1ba259cca8780e04d6f70a5d295b9c36
--- /dev/null
+++ b/chrome/android/java/res/drawable/contextual_search_promo_background.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<inset
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:drawable="@color/contextual_search_promo_background_color"
+ android:insetTop="9dp" />
« no previous file with comments | « no previous file | chrome/android/java/res/layout/contextual_search_opt_out_promo.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698