| Index: chrome/android/java/res/layout/account_chooser_infobar_buttonbar.xml
|
| diff --git a/chrome/android/java/res/layout/account_chooser_infobar_buttonbar.xml b/chrome/android/java/res/layout/account_chooser_infobar_buttonbar.xml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cb53113c50201475a31607454af3097cbd746eb2
|
| --- /dev/null
|
| +++ b/chrome/android/java/res/layout/account_chooser_infobar_buttonbar.xml
|
| @@ -0,0 +1,24 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<!-- 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. -->
|
| +
|
| +<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/account_chooser_more"
|
| + android:background="?attr/selectableItemBackground"
|
| + android:fontFamily="sans-serif-medium"
|
| + android:minWidth="88dp"
|
| + android:minHeight="36dp"
|
| + android:paddingTop="5dp"
|
| + android:paddingBottom="5dp"
|
| + android:textAllCaps="true" />
|
| +</LinearLayout>
|
|
|