From 052ce667ce77c4fb3208c0b0dacba7be79c072d9 Mon Sep 17 00:00:00 2001 From: Leon Scroggins III Date: Mon, 13 Sep 2010 14:44:16 -0400 Subject: Beginning work on adding bookmarks with folders. Bug: 2953515 Provides the basic functionality for the AddBookmark page, allowing the user to save the bookmark in a folder of his/her choosing. Change-Id: I170599b723069aaee661dae3fc1a0fb915793906 --- res/layout/browser_add_bookmark.xml | 78 +++++++++++++++++++++++++++++++++++-- 1 file changed, 74 insertions(+), 4 deletions(-) (limited to 'res/layout/browser_add_bookmark.xml') diff --git a/res/layout/browser_add_bookmark.xml b/res/layout/browser_add_bookmark.xml index f15caf2..e22e820 100644 --- a/res/layout/browser_add_bookmark.xml +++ b/res/layout/browser_add_bookmark.xml @@ -29,11 +29,10 @@ android:layout_marginLeft="10dip" android:layout_marginRight="10dip"/> - @@ -52,8 +55,11 @@ android:layout_height="wrap_content" android:layout_width="250dip" android:gravity="fill_horizontal" + android:layout_alignBaseline="@+id/titleText" + android:layout_toRightOf="@+id/titleText" android:inputType="textCapSentences" android:selectAllOnFocus="true" + android:ellipsize="end" android:textAppearance="?android:attr/textAppearanceMedium" /> @@ -64,6 +70,10 @@ android:layout_width="wrap_content" android:text="@string/location" android:gravity="left" + android:layout_below="@+id/titleText" + android:layout_alignLeft="@+id/titleText" + android:layout_marginBottom="40dip" + android:layout_marginRight="20dip" android:textAppearance="?android:attr/textAppearanceMedium" /> + + + + + + + + + + + + + +