diff options
author | John Reck <jreck@google.com> | 2011-03-17 16:13:56 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-03-18 09:40:11 -0700 |
commit | 765ae39a09114e45b1461adde54dfb4ca3fb91a1 (patch) | |
tree | b03547b5453fd5c7ee8071ecefe84f65ab2276f8 /res/layout | |
parent | a96db6e02142b0a9f2b652ff015760fd9b6bda28 (diff) | |
download | packages_apps_Browser-765ae39a09114e45b1461adde54dfb4ca3fb91a1.zip packages_apps_Browser-765ae39a09114e45b1461adde54dfb4ca3fb91a1.tar.gz packages_apps_Browser-765ae39a09114e45b1461adde54dfb4ca3fb91a1.tar.bz2 |
Use expandable list for phone history
Change-Id: I18764b76cdfb28bcc581321973bf88f16e27e415
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/history.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/res/layout/history.xml b/res/layout/history.xml index f7d2c7c..f3adb51 100644 --- a/res/layout/history.xml +++ b/res/layout/history.xml @@ -19,11 +19,10 @@ android:layout_height="match_parent" > - <ViewStub - android:id="@+id/pref_stub" + <ExpandableListView + android:id="@+id/history" android:layout_height="match_parent" - android:layout_width="match_parent" - android:inflatedId="@+id/history" /> + android:layout_width="match_parent" /> <TextView android:id="@android:id/empty" android:layout_width="wrap_content" |