Use a footer view for the folder namer.
Bug:3214584
Allows the EditText to be scrolled into view by
scrolling the list.
Change-Id: Idfb92d578f679b006bc2182c0c38143a12143eb0
diff --git a/res/layout/browser_add_bookmark.xml b/res/layout/browser_add_bookmark.xml
index 8b6feab..a8a87be 100644
--- a/res/layout/browser_add_bookmark.xml
+++ b/res/layout/browser_add_bookmark.xml
@@ -148,7 +148,7 @@
android:visibility="gone"
>
- <ListView
+ <view class="com.android.browser.AddBookmarkPage$CustomListView"
android:id="@+id/list"
android:layout_marginLeft="16dip"
android:layout_marginRight="16dip"
@@ -165,14 +165,6 @@
android:text="@string/no_subfolders"
android:textStyle="italic"
android:textAppearance="?android:attr/textAppearanceMedium" />
- <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"
- />
</LinearLayout>
<LinearLayout