Index: chrome/android/java/res/drawable/ic_snippet_thumbnail_placeholder.xml |
diff --git a/chrome/android/java/res/drawable/ic_snippet_thumbnail_placeholder.xml b/chrome/android/java/res/drawable/ic_snippet_thumbnail_placeholder.xml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..542161ab1b7497fabfbd73f6fc5d76ed8a0df4b2 |
--- /dev/null |
+++ b/chrome/android/java/res/drawable/ic_snippet_thumbnail_placeholder.xml |
@@ -0,0 +1,17 @@ |
+<?xml version="1.0" encoding="utf-8"?> |
+<vector xmlns:android="http://schemas.android.com/apk/res/android" |
+ android:width="72dp" |
Theresa
2016/04/11 23:42:27
Use @dimen/snippets_thumbnail_size
dgn
2016/04/12 11:17:14
Done.
|
+ android:height="72dp" |
+ android:viewportWidth="72" |
+ android:viewportHeight="72"> |
+ |
+ <path |
+ android:pathData="M0,0 L72,0 L72,71.9997 L0,71.9997 Z" /> |
Theresa
2016/04/11 23:42:27
Can this fit w/ the line above?
dgn
2016/04/12 11:17:14
Done.
|
+ <path |
+ android:fillColor="#757575" |
Theresa
2016/04/11 23:42:27
define a color in colors.xml for this
dgn
2016/04/12 11:17:14
Done.
|
+ android:pathData="M45,42.9997 L45,28.9997 C45,27.8997,44.1,26.9997,43,26.9997 L29,26.9997 |
+C27.9,26.9997,27,27.8997,27,28.9997 L27,42.9997 |
+C27,44.0997,27.9,44.9997,29,44.9997 L43,44.9997 |
+C44.1,44.9997,45,44.0997,45,42.9997 Z M32.5,37.4997 L35,40.5097 L38.5,35.9997 |
+L43,41.9997 L29,41.9997 L32.5,37.4997 Z" /> |
+</vector> |