Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. --> | 4 found in the LICENSE file. --> |
| 5 | 5 |
| 6 <!-- | 6 <!-- |
| 7 Notification layout for remote controls. | 7 Notification layout for remote controls. |
| 8 ___________________________________________________________ | 8 ___________________________________________________________ |
| 9 | | | | | 9 | | | | |
| 10 | | [Living Room TV] | _ | | 10 | | [Living Room TV] | _ | |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 91 android:src="@drawable/ic_vidcontrol_stop" | 91 android:src="@drawable/ic_vidcontrol_stop" |
| 92 android:layout_width="40dp" | 92 android:layout_width="40dp" |
| 93 android:layout_height="48dp" | 93 android:layout_height="48dp" |
| 94 android:layout_marginEnd="8dp" | 94 android:layout_marginEnd="8dp" |
| 95 android:gravity="center" | 95 android:gravity="center" |
| 96 android:padding="8dp" | 96 android:padding="8dp" |
| 97 android:scaleType="center" | 97 android:scaleType="center" |
| 98 android:background="?android:attr/selectableItemBackground" | 98 android:background="?android:attr/selectableItemBackground" |
| 99 android:contentDescription="@string/accessibility_stop"/> | 99 android:contentDescription="@string/accessibility_stop"/> |
| 100 | 100 |
| 101 </LinearLayout> | 101 </LinearLayout> |
|
mlamouri (slow - plz ping)
2015/06/18 16:43:21
nit: do you need that change?
whywhat
2015/06/19 16:00:34
Nope.
| |
| OLD | NEW |