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

Unified Diff: remoting/ios/app/remoting_view_controller.mm

Issue 2916003002: [CRD iOS] Fix shadow between host cards and use anchor constraints (Closed)
Patch Set: Use self.contentView and add ASCII art Created 3 years, 7 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
« no previous file with comments | « remoting/ios/app/host_collection_view_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/app/remoting_view_controller.mm
diff --git a/remoting/ios/app/remoting_view_controller.mm b/remoting/ios/app/remoting_view_controller.mm
index 215fd4b3357a0fc947cf32824b7db42862a10ee8..1f28e5e65d82f1f94f86221002092efc3a545f70 100644
--- a/remoting/ios/app/remoting_view_controller.mm
+++ b/remoting/ios/app/remoting_view_controller.mm
@@ -50,7 +50,7 @@ static CGFloat kHostInset = 5.f;
- (instancetype)init {
_isAuthenticated = NO;
UICollectionViewFlowLayout* layout =
- [[UICollectionViewFlowLayout alloc] init];
+ [[MDCCollectionViewFlowLayout alloc] init];
layout.minimumInteritemSpacing = 0;
CGFloat sectionInset = kHostInset * 2.f;
[layout setSectionInset:UIEdgeInsetsMake(sectionInset, sectionInset,
« no previous file with comments | « remoting/ios/app/host_collection_view_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698