summaryrefslogtreecommitdiffstats
path: root/res/layout/browser_add_bookmark.xml
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2009-10-01 11:36:19 +0100
committerBen Murdoch <benm@google.com>2009-10-01 11:36:19 +0100
commita753d009f11cabc73259f0a1c565301550ef1aa2 (patch)
treea6e15dbaa65bf874b3ab6b47508f146d35bf1913 /res/layout/browser_add_bookmark.xml
parent18edf86985b23b63c65f5729c747e16dc5c915fc (diff)
downloadpackages_apps_Browser-a753d009f11cabc73259f0a1c565301550ef1aa2.zip
packages_apps_Browser-a753d009f11cabc73259f0a1c565301550ef1aa2.tar.gz
packages_apps_Browser-a753d009f11cabc73259f0a1c565301550ef1aa2.tar.bz2
Update the icon in the Add New Bookmark dialog and add a separator between the title and UI widgets.
Change-Id: I2e6b75a4205a2fdc7a2dbecf276e1ad5cf567d75
Diffstat (limited to 'res/layout/browser_add_bookmark.xml')
-rw-r--r--res/layout/browser_add_bookmark.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/browser_add_bookmark.xml b/res/layout/browser_add_bookmark.xml
index ca84f30..9fb2b46 100644
--- a/res/layout/browser_add_bookmark.xml
+++ b/res/layout/browser_add_bookmark.xml
@@ -20,6 +20,15 @@
android:orientation="vertical"
>
+ <ImageView android:id="@+id/titleDivider"
+ android:layout_width="fill_parent"
+ android:layout_height="1dip"
+ android:scaleType="fitXY"
+ android:gravity="fill_horizontal"
+ android:src="@drawable/dialog_divider_horizontal_light"
+ android:layout_marginLeft="10dip"
+ android:layout_marginRight="10dip"/>
+
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"