summaryrefslogtreecommitdiffstats
path: root/res/layout/add_new_bookmark.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-20 07:38:33 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-20 07:38:33 -0800
commit1a16d15d91a3896065ceeb4972231eb5656a6f6c (patch)
treeec4708fe84992407a5094fa14bfe71fd355ac5bf /res/layout/add_new_bookmark.xml
parent7561d4fd03750ad668c9a8d513753060c19f28ee (diff)
downloadandroid_packages_apps_Gello-1a16d15d91a3896065ceeb4972231eb5656a6f6c.tar.gz
android_packages_apps_Gello-1a16d15d91a3896065ceeb4972231eb5656a6f6c.tar.bz2
android_packages_apps_Gello-1a16d15d91a3896065ceeb4972231eb5656a6f6c.zip
auto import from //branches/cupcake/...@132569
Diffstat (limited to 'res/layout/add_new_bookmark.xml')
-rw-r--r--res/layout/add_new_bookmark.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/add_new_bookmark.xml b/res/layout/add_new_bookmark.xml
index 03355746..bb56b933 100644
--- a/res/layout/add_new_bookmark.xml
+++ b/res/layout/add_new_bookmark.xml
@@ -26,12 +26,12 @@
android:gravity="center_vertical"
>
<ImageView android:id="@+id/favicon"
- android:layout_width="48dip"
- android:layout_height="48dip"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
android:layout_marginLeft="5dip"
android:layout_marginRight="11dip"
android:focusable="false"
- android:src="@android:drawable/ic_menu_add"
+ android:src="@*android:drawable/sym_action_add"
android:scaleType="fitCenter"
/>
<LinearLayout