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

Side by Side Diff: chrome/android/java/res/drawable/file_picker_selected_background.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 too.
Finnur 2017/03/27 16:50:41 Done.
2 <inset xmlns:android="http://schemas.android.com/apk/res/android"
3 android:insetLeft="2dp"
4 android:insetTop="2dp"
5 android:insetRight="2dp"
6 android:insetBottom="2dp">
7 <shape xmlns:android="http://schemas.android.com/apk/res/android" android:sh ape="oval">
8 <size
9 android:width="20dp"
10 android:height="20dp" />
11 <solid android:color="#ffffff" />
Theresa 2017/03/21 15:36:59 @android:color/white
Finnur 2017/03/27 16:50:41 Done.
12 </shape>
13 </inset>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698