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

Side by Side Diff: remoting/android/java/res/layout/vr_desktop.xml

Issue 1231153002: Add VR desktop activity structure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add vr desktop basic structure Created 5 years, 5 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
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 3 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
Lambros 2015/07/10 22:25:03 2015
shichengfeng 2015/07/10 23:32:22 Done.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <merge xmlns:android="http://schemas.android.com/apk/res/android"> 8 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
Lambros 2015/07/10 22:25:03 You have only 1 child, so I think you can change t
shichengfeng 2015/07/10 23:32:22 Done.
9 <org.chromium.chromecast.shell.CastWindowManager 9 » android:layout_width="match_parent"
Lambros 2015/07/10 22:25:03 Use spaces instead of tab.
shichengfeng 2015/07/10 23:32:22 Done.
10 android:id="@+id/shell_container" 10 » android:layout_height="match_parent" >
11 <com.google.vrtoolkit.cardboard.CardboardView
12 android:id="@+id/cardboard_view"
11 android:layout_width="match_parent" 13 android:layout_width="match_parent"
12 android:layout_height="match_parent" /> 14 android:layout_height="match_parent" />
13 </merge> 15 </RelativeLayout>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698