OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. --> |
| 5 |
| 6 <LinearLayout |
| 7 xmlns:android="http://schemas.android.com/apk/res/android" |
| 8 style="?attr/buttonBarStyle" |
| 9 android:height="36dp" |
| 10 android:layout_width="match_parent" |
| 11 android:layout_height="wrap_content" |
| 12 android:orientation="vertical" > |
| 13 <Button |
| 14 android:layout_width="wrap_content" |
| 15 android:layout_height="wrap_content" |
| 16 android:id="@+id/account_chooser_more" |
| 17 android:background="?attr/selectableItemBackground" |
| 18 android:fontFamily="sans-serif-medium" |
| 19 android:minWidth="88dp" |
| 20 android:minHeight="36dp" |
| 21 android:paddingTop="5dp" |
| 22 android:paddingBottom="5dp" |
| 23 android:textAllCaps="true" /> |
| 24 </LinearLayout> |
OLD | NEW |