diff options
| author | Michael Kolb <kolby@google.com> | 2011-01-13 20:35:06 -0800 |
|---|---|---|
| committer | Michael Kolb <kolby@google.com> | 2011-01-20 11:33:56 -0800 |
| commit | 5a72f1858c2f73be3558c6cdaa2c84b4c36fa748 (patch) | |
| tree | 4d27e2f21e1c080baaf07298deb8729dda61a6f7 /src/com/android/browser/AddBookmarkPage.java | |
| parent | 91c83a0ffb0d33a614fefa6ee81ead47ec0d114b (diff) | |
asset drop & naming
drop in new assets
get naming in sync with UX
Note: not all resources are included yet
item_background...xm will be enabled when all required resources come in
Change-Id: I321084abd25ef6c533f1f3da636a246e7ee00547
Diffstat (limited to 'src/com/android/browser/AddBookmarkPage.java')
| -rw-r--r-- | src/com/android/browser/AddBookmarkPage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/browser/AddBookmarkPage.java b/src/com/android/browser/AddBookmarkPage.java index ee080ca8..1444862b 100644 --- a/src/com/android/browser/AddBookmarkPage.java +++ b/src/com/android/browser/AddBookmarkPage.java @@ -684,7 +684,7 @@ public class AddBookmarkPage extends Activity mCrumbs = (BreadCrumbView) findViewById(R.id.crumbs); mCrumbs.setUseBackButton(true); mCrumbs.setController(this); - mHeaderIcon = getResources().getDrawable(R.drawable.ic_folder_bookmark_widget_holo_dark); + mHeaderIcon = getResources().getDrawable(R.drawable.ic_folder_holo_dark); mCrumbHolder = findViewById(R.id.crumb_holder); mCrumbs.setMaxVisible(MAX_CRUMBS_SHOWN); |
