commit | 29ccf8a32bf65a5512191d3633353132bb2cd88b | [log] [tgz] |
---|---|---|
author | Michael Kolb <kolby@google.com> | Wed Feb 23 16:13:24 2011 -0800 |
committer | Michael Kolb <kolby@google.com> | Wed Feb 23 17:03:38 2011 -0800 |
tree | 87a20aded77d8c2c3b4be6ce25c73f9f6f91302f | |
parent | 17e78fd06905d090cfab4c4f7313bd4b3eec5473 [diff] [blame] |
use title height without progress bar Bug: 3473996 let the titlebar decide how high it is work around View.getHeight being final depends on I6e9a85d88eba176886e53b260d02082d26b410d8 Change-Id: I87a1acbddbb71637979491c40858a3ee22a230b5
diff --git a/src/com/android/browser/TitleBarBase.java b/src/com/android/browser/TitleBarBase.java index 2b64aa3..46136db 100644 --- a/src/com/android/browser/TitleBarBase.java +++ b/src/com/android/browser/TitleBarBase.java
@@ -113,6 +113,10 @@ } } + public int getEmbeddedHeight() { + return getHeight(); + } + // UrlInputListener implementation /**