commit | 387f2d1357f85b5e7f6d17bba8917a81d6ca455f | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Thu Sep 03 11:43:58 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Sep 03 11:43:58 2009 -0700 |
tree | 1f83034ce13e5f7e436807ef94315459efadfc17 | |
parent | 39ab28eba0c8c837ac80851ec0dd2af336aa3f85 [diff] | |
parent | c62e9082481850fd4c38866b9e6e955784668170 [diff] |
Merge change 23812 into eclair * changes: Show the full url in the title bar.
diff --git a/src/com/android/browser/TitleBar.java b/src/com/android/browser/TitleBar.java index 42729d8..f03e2da 100644 --- a/src/com/android/browser/TitleBar.java +++ b/src/com/android/browser/TitleBar.java
@@ -147,7 +147,7 @@ if (url == null) { mTitle.setText(R.string.title_bar_loading); } else { - mTitle.setText(BrowserActivity.buildTitleUrl(url.toString())); + mTitle.setText(url.toString()); } }