summaryrefslogtreecommitdiffstats
path: root/res/layout/history.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/history.xml')
-rw-r--r--res/layout/history.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/history.xml b/res/layout/history.xml
index 705c32de..1636fe6a 100644
--- a/res/layout/history.xml
+++ b/res/layout/history.xml
@@ -18,12 +18,13 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ android:paddingTop="@dimen/combo_paddingTop">
<FrameLayout
android:layout_width="match_parent"
android:layout_weight="90"
- android:layout_height="match_parent" >
+ android:layout_height="fill_parent" >
<ExpandableListView
android:id="@+id/history"