Chromium Code Reviews| OLD | NEW |
|---|---|
| 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> |
| OLD | NEW |