summaryrefslogtreecommitdiffstats
path: root/res/layout/browser_add_bookmark.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2010-11-22 14:15:36 -0800
committerJohn Reck <jreck@google.com>2010-11-24 15:58:51 -0800
commitc8490818ccb693ed2610366d2e91fb290e40c372 (patch)
tree5f48e40f032afd0384da01ae27ea1ad70065ed88 /res/layout/browser_add_bookmark.xml
parenta62b093ebf6ac8071eddf96edb6457ff55ebd1a3 (diff)
downloadandroid_packages_apps_Gello-c8490818ccb693ed2610366d2e91fb290e40c372.tar.gz
android_packages_apps_Gello-c8490818ccb693ed2610366d2e91fb290e40c372.tar.bz2
android_packages_apps_Gello-c8490818ccb693ed2610366d2e91fb290e40c372.zip
Adds context menu for folders (edit/delete)
Bug: 3214901 Adds support for folder context menus to edit and delete folders. Change-Id: I89cb2fa4b139ba3f59ec62b34154d5837c7f471b
Diffstat (limited to 'res/layout/browser_add_bookmark.xml')
-rw-r--r--res/layout/browser_add_bookmark.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/browser_add_bookmark.xml b/res/layout/browser_add_bookmark.xml
index 58b7a6b3..0eaf526c 100644
--- a/res/layout/browser_add_bookmark.xml
+++ b/res/layout/browser_add_bookmark.xml
@@ -93,7 +93,8 @@
android:textAppearance="?android:attr/textAppearanceMedium" />
</TableRow>
- <TableRow>
+ <TableRow
+ android:id="@+id/row_address">
<TextView
android:id="@+id/addressText"
android:layout_height="wrap_content"