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

Unified Diff: chrome/android/java/res/values/attrs.xml

Issue 1716683002: [Custom Tabs] Allow clients to display RemoteViews on the bottom bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make findbug happy Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/values/attrs.xml
diff --git a/chrome/android/java/res/values/attrs.xml b/chrome/android/java/res/values/attrs.xml
index ed24fc032c53903c8bf05581f7e47fe2432440fe..63bd52b04371bd32edf9a4ea4f5c51421b2ca220 100644
--- a/chrome/android/java/res/values/attrs.xml
+++ b/chrome/android/java/res/values/attrs.xml
@@ -49,6 +49,7 @@
<declare-styleable name="BoundedView">
<attr name="maxWidth" format="dimension" />
+ <attr name="maxHeight" format="dimension" />
</declare-styleable>
<declare-styleable name="ClipDrawableProgressBar">

Powered by Google App Engine
This is Rietveld 408576698