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

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

Issue 2758313002: Implement the new Photo picker, part two. (Closed)
Patch Set: Polish 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"?>
Theresa 2017/03/21 15:36:59 This needs a copyright comment.
Finnur 2017/03/27 16:50:41 Done.
2 <shape xmlns:android="http://schemas.android.com/apk/res/android">
3 <gradient
4 android:startColor="#42000000"
Theresa 2017/03/21 15:36:59 Please define this in colors.xml. We have a TON of
Finnur 2017/03/27 16:50:41 Done.
5 android:endColor="#00000000"
Theresa 2017/03/21 15:36:59 nit: @android:color/black
Finnur 2017/03/27 16:50:41 Done.
6 android:type="radial"
7 android:gradientRadius="64dp"
8 android:centerY="0%"
9 android:centerX="0%" />
10 </shape>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698