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"/> |