diff options
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" |