summaryrefslogtreecommitdiffstats
path: root/res/layout/browser_add_bookmark.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-22 00:13:44 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-22 00:13:44 -0800
commitd9effa543b8c81d48b8324aac00410b8c2a355a0 (patch)
tree5887c0323106d7bd2ad0b12ae5abf7aad613fc64 /res/layout/browser_add_bookmark.xml
parent066e90873f67cf99f9f1bcb16dc79dae6f0540d4 (diff)
downloadandroid_packages_apps_Gello-d9effa543b8c81d48b8324aac00410b8c2a355a0.tar.gz
android_packages_apps_Gello-d9effa543b8c81d48b8324aac00410b8c2a355a0.tar.bz2
android_packages_apps_Gello-d9effa543b8c81d48b8324aac00410b8c2a355a0.zip
auto import from //branches/cupcake/...@127436
Diffstat (limited to 'res/layout/browser_add_bookmark.xml')
-rw-r--r--res/layout/browser_add_bookmark.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/browser_add_bookmark.xml b/res/layout/browser_add_bookmark.xml
index 085a1183..92ae627c 100644
--- a/res/layout/browser_add_bookmark.xml
+++ b/res/layout/browser_add_bookmark.xml
@@ -42,7 +42,7 @@
android:id="@+id/title"
android:layout_height="wrap_content"
android:layout_width="250dip"
- android:scrollHorizontally="true"
+ android:singleLine="true"
android:autoText="false"
android:capitalize="sentences"
android:gravity="fill_horizontal"
@@ -63,7 +63,7 @@
android:id="@+id/address"
android:layout_height="wrap_content"
android:layout_width="250dip"
- android:scrollHorizontally="true"
+ android:singleLine="true"
android:autoText="false"
android:capitalize="none"
android:hint="@string/http"