OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <!-- Copyright 2013 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 | |
7 <Button xmlns:android="http://schemas.android.com/apk/res/android" | |
8 android:layout_width="wrap_content" | |
9 android:layout_height="wrap_content" | |
10 android:background="?attr/selectableItemBackground" | |
11 android:fontFamily="sans-serif-medium" | |
12 android:minWidth="88dp" | |
13 android:minHeight="36dp" | |
14 android:textSize="@dimen/infobar_button_text_size" | |
15 android:paddingStart="@dimen/infobar_button_horizontal_padding" | |
16 android:paddingEnd="@dimen/infobar_button_horizontal_padding" | |
17 android:paddingTop="5dp" | |
18 android:paddingBottom="5dp" | |
19 android:textAllCaps="true" /> | |
OLD | NEW |