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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/drawable/custom_context_menu_checkerboard_image_background.xml
diff --git a/chrome/android/java/res/drawable/custom_context_menu_checkerboard_image_background.xml b/chrome/android/java/res/drawable/custom_context_menu_checkerboard_image_background.xml
new file mode 100644
index 0000000000000000000000000000000000000000..e249c5d953f8d565550a9a7daa43f1d5a6344dda
--- /dev/null
+++ b/chrome/android/java/res/drawable/custom_context_menu_checkerboard_image_background.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<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.
+ 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
+ android:tileMode="repeat"/>

Powered by Google App Engine
This is Rietveld 408576698