| Index: chrome/android/java/res/layout/credential_picker_buttonbar.xml
|
| diff --git a/chrome/android/java/res/layout/infobar_button.xml b/chrome/android/java/res/layout/credential_picker_buttonbar.xml
|
| similarity index 56%
|
| copy from chrome/android/java/res/layout/infobar_button.xml
|
| copy to chrome/android/java/res/layout/credential_picker_buttonbar.xml
|
| index 4b11f95e2d66cefa54ad776913f03fe634ca6045..946a2bdef1b90bc425f174309dd5fbb7e29a9895 100644
|
| --- a/chrome/android/java/res/layout/infobar_button.xml
|
| +++ b/chrome/android/java/res/layout/credential_picker_buttonbar.xml
|
| @@ -1,12 +1,19 @@
|
| <?xml version="1.0" encoding="utf-8"?>
|
| -<!-- Copyright 2013 The Chromium Authors. All rights reserved.
|
| +<!-- Copyright 2015 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.
|
| --->
|
| + found in the LICENSE file. -->
|
|
|
| -<Button xmlns:android="http://schemas.android.com/apk/res/android"
|
| +<LinearLayout
|
| + xmlns:android="http://schemas.android.com/apk/res/android"
|
| + style="?attr/buttonBarStyle"
|
| + android:height="36dp"
|
| + android:layout_width="match_parent"
|
| + android:layout_height="wrap_content"
|
| + android:orientation="vertical" >
|
| +<Button
|
| android:layout_width="wrap_content"
|
| android:layout_height="wrap_content"
|
| + android:id="@+id/credential_picker_more"
|
| android:background="?attr/selectableItemBackground"
|
| android:fontFamily="sans-serif-medium"
|
| android:minWidth="88dp"
|
| @@ -16,4 +23,5 @@
|
| android:paddingEnd="@dimen/infobar_button_horizontal_padding"
|
| android:paddingTop="5dp"
|
| android:paddingBottom="5dp"
|
| - android:textAllCaps="true" />
|
| + android:textAllCaps="true" />
|
| +</LinearLayout>
|
|
|