commit | 4650033a3790598316d01deef8f52d0bf39d5837 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Tue Jun 07 14:36:10 2011 -0700 |
committer | John Reck <jreck@google.com> | Tue Jun 07 14:36:31 2011 -0700 |
tree | a9702858448dcb40c05f4a5601b847169a212b83 | |
parent | f33b1637487af3786ee30f295f2c84db6db1e6b3 [diff] [blame] |
New useragent switcher design Uses a popup menu off of the globe on tablets or favicon on phones Change-Id: Ia3634b5a218456127abb8b266a6cfc664836b037
diff --git a/src/com/android/browser/TitleBarPhone.java b/src/com/android/browser/TitleBarPhone.java index 97fe747..75b9fb7 100644 --- a/src/com/android/browser/TitleBarPhone.java +++ b/src/com/android/browser/TitleBarPhone.java
@@ -71,6 +71,7 @@ Resources res = context.getResources(); mStopDrawable = res.getDrawable(R.drawable.ic_stop_holo_dark); mRefreshDrawable = res.getDrawable(R.drawable.ic_refresh_holo_dark); + setUaSwitcher(mFavicon); } @Override