Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: chrome/android/java/res/layout/remote_notification_bar.xml

Issue 1159113006: [Android] A prototype of the interactive media notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added browser tests Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698