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

Side by Side Diff: chrome/android/java/res/drawable/contextual_search_peek_promo_new_background.xml

Issue 1379183003: [ContextualSearch] Adds long press promo for Contextual Search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing David's comments and tweaking policy Created 5 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
aurimas (slooooooooow) 2015/10/02 22:58:37 Missing Chromium copyright notice.
pedro (no code reviews) 2015/10/03 00:11:27 Done.
2 <shape xmlns:android="http://schemas.android.com/apk/res/android" >
3 <padding
4 android:top="2dp"
5 android:left="6dp"
6 android:bottom="2dp"
7 android:right="6dp"
8 />
9 <solid android:color="#FFFFFF" />
10 <corners android:radius="3dp" />
11 </shape>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698