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

Unified Diff: remoting/ios/app/resources/Assets.xcassets/ic_menu.imageset/Contents.json

Issue 2921413002: [CRD iOS] Finish up the host list UI (Closed)
Patch Set: Added sources to the target. Hopefully it will fix the issue Created 3 years, 6 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: remoting/ios/app/resources/Assets.xcassets/ic_menu.imageset/Contents.json
diff --git a/remoting/ios/app/resources/Assets.xcassets/Background.imageset/Contents.json b/remoting/ios/app/resources/Assets.xcassets/ic_menu.imageset/Contents.json
similarity index 67%
copy from remoting/ios/app/resources/Assets.xcassets/Background.imageset/Contents.json
copy to remoting/ios/app/resources/Assets.xcassets/ic_menu.imageset/Contents.json
index 486721ff6665ef7d09b0f6ca5a9d0920f4416b58..29b2ae0bb2abc7e5d8ed5a199829521d1dc32ac5 100644
--- a/remoting/ios/app/resources/Assets.xcassets/Background.imageset/Contents.json
+++ b/remoting/ios/app/resources/Assets.xcassets/ic_menu.imageset/Contents.json
@@ -2,16 +2,17 @@
"images" : [
{
"idiom" : "universal",
- "filename" : "bkg1.jpg",
+ "filename" : "ic_menu_white.png",
"scale" : "1x"
},
{
"idiom" : "universal",
- "filename" : "bkg1_2x.jpg",
+ "filename" : "ic_menu_white_2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
+ "filename" : "ic_menu_white_3x.png",
"scale" : "3x"
}
],

Powered by Google App Engine
This is Rietveld 408576698