| Index: chrome/android/java/res/layout/password_reauthentication_container.xml
|
| diff --git a/chrome/android/webapk/shell_apk/res/layout/main.xml b/chrome/android/java/res/layout/password_reauthentication_container.xml
|
| similarity index 59%
|
| copy from chrome/android/webapk/shell_apk/res/layout/main.xml
|
| copy to chrome/android/java/res/layout/password_reauthentication_container.xml
|
| index 90c10d89e024834f8e03f6c3cddad15d6300a07f..230d8dd0bc80605fbd012c2859480bb8d28f37fd 100644
|
| --- a/chrome/android/webapk/shell_apk/res/layout/main.xml
|
| +++ b/chrome/android/java/res/layout/password_reauthentication_container.xml
|
| @@ -1,11 +1,10 @@
|
| <?xml version="1.0" encoding="utf-8"?>
|
| -<!-- Copyright 2015 The Chromium Authors. All rights reserved.
|
| +<!-- Copyright 2016 The Chromium Authors. All rights reserved.
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file. -->
|
|
|
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| - android:layout_height="match_parent"
|
| + android:id="@+id/password_reauthentication"
|
| android:layout_width="match_parent"
|
| - android:padding="5dp"
|
| - android:orientation="vertical" >
|
| -</LinearLayout>
|
| + android:layout_height="match_parent">
|
| +</LinearLayout>
|
|
|