diff options
author | John Reck <jreck@google.com> | 2011-01-14 19:57:09 -0800 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-01-18 13:03:12 -0800 |
commit | 0ce8a942a895cfe1d432076a95f3ed3798ccb002 (patch) | |
tree | 85c5afd69fc37dd683c3a7f9d32c66f51148cd04 /res/layout/history.xml | |
parent | 0e64d3c230a0fafff311d39c52b043ef137bf318 (diff) | |
download | packages_apps_Browser-0ce8a942a895cfe1d432076a95f3ed3798ccb002.zip packages_apps_Browser-0ce8a942a895cfe1d432076a95f3ed3798ccb002.tar.gz packages_apps_Browser-0ce8a942a895cfe1d432076a95f3ed3798ccb002.tar.bz2 |
History UI update
Change-Id: If4af6e37252f297bc1744af65df4bc2f123f41dd
Diffstat (limited to 'res/layout/history.xml')
-rw-r--r-- | res/layout/history.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/res/layout/history.xml b/res/layout/history.xml index f6e844a..f7d2c7c 100644 --- a/res/layout/history.xml +++ b/res/layout/history.xml @@ -19,20 +19,19 @@ android:layout_height="match_parent" > - <ExpandableListView android:id="@android:id/list" - android:layout_width="match_parent" + <ViewStub + android:id="@+id/pref_stub" android:layout_height="match_parent" - android:drawSelectorOnTop="false" - /> + android:layout_width="match_parent" + android:inflatedId="@+id/history" /> <TextView android:id="@android:id/empty" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" - android:textAppearance="?android:attr/textAppearanceLarge" android:text="@string/empty_history" android:visibility="gone" /> -</FrameLayout>
\ No newline at end of file +</FrameLayout> |