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

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

Issue 2751333006: Create the base Custom Context Menu Dialog. (Closed)
Patch Set: Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <bitmap xmlns:android="http://schemas.android.com/apk/res/android"
David Trainor- moved to gerrit 2017/03/21 16:30:02 Do we want the copyright here too?
JJ 2017/03/22 23:35:31 Oh I'm surprised it didn't yell at me for this.
3 android:src="@drawable/context_menu_checkerboard"
David Trainor- moved to gerrit 2017/03/21 16:30:02 Just curious, do we use a checkerboard for anythin
JJ 2017/03/22 23:35:31 Oooooo! This is interesting. So there is a way to
4 android:tileMode="repeat"/>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698