summaryrefslogtreecommitdiffstats
path: root/res/layout/browser_add_bookmark.xml
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2010-09-29 00:23:46 -0700
committerMichael Kolb <kolby@google.com>2010-09-29 10:34:27 -0700
commitd40ac1afadfbba82bc266eebc029f3c99884c9a3 (patch)
treea1b8c70b451edf0956b76d50d9873940c34116ea /res/layout/browser_add_bookmark.xml
parenta9bad830efad4c098e6f874704dedc005958aedf (diff)
downloadandroid_packages_apps_Gello-d40ac1afadfbba82bc266eebc029f3c99884c9a3.tar.gz
android_packages_apps_Gello-d40ac1afadfbba82bc266eebc029f3c99884c9a3.tar.bz2
android_packages_apps_Gello-d40ac1afadfbba82bc266eebc029f3c99884c9a3.zip
changed AddBookmark UI
make folder editing and add folder button mutually exclusive use ok button in edit folder name mode in addition to soft keyboard enter fixed folder list on startup Change-Id: Ie0bec93f1afe1f16e1693086f2fb25fd5ff723ad
Diffstat (limited to 'res/layout/browser_add_bookmark.xml')
-rw-r--r--res/layout/browser_add_bookmark.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/res/layout/browser_add_bookmark.xml b/res/layout/browser_add_bookmark.xml
index e22e820d..604bda88 100644
--- a/res/layout/browser_add_bookmark.xml
+++ b/res/layout/browser_add_bookmark.xml
@@ -113,7 +113,7 @@
</RelativeLayout>
<LinearLayout android:id="@+id/folder_selector"
- android:layout_width="wrap_content"
+ android:layout_width="500dip"
android:layout_height="wrap_content"
android:orientation="vertical"
android:visibility="gone"
@@ -121,26 +121,35 @@
<TextView
android:id="@+id/path"
+ android:layout_marginTop="4dip"
+ android:layout_marginLeft="16dip"
+ android:layout_marginRight="16dip"
+ android:layout_marginBottom="4dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:singleLine="true"
android:ellipsize="start"
android:text="@string/bookmarks"
- android:textAppearance="?android:attr/textAppearanceMedium" />
+ android:textAppearance="?android:attr/textAppearanceLarge" />
<ListView
android:id="@+id/list"
- android:layout_width="wrap_content"
+ android:layout_marginLeft="16dip"
+ android:layout_marginRight="16dip"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
<EditText
android:id="@+id/folder_namer"
+ android:layout_marginLeft="16dip"
+ android:layout_marginRight="16dip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
/>
<Button
android:id="@+id/add_new_folder"
+ android_marginTop="16dip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"