Chromium Code Reviews| 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"?> |
|
newt (away)
2015/02/04 22:17:51
Hopefully, you can get rid of this file and use th
melandory
2015/02/17 16:16:57
As discussed in comments to AccountChooserInfoBar.
|
| -<!-- 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> |