summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rwxr-xr-xres/layout/call_log_fragment.xml4
-rw-r--r--res/layout/call_stats_fragment.xml1
2 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/call_log_fragment.xml b/res/layout/call_log_fragment.xml
index 4fb5014bb..011685a6d 100755
--- a/res/layout/call_log_fragment.xml
+++ b/res/layout/call_log_fragment.xml
@@ -18,12 +18,10 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:paddingTop="?android:attr/actionBarSize"
android:orientation="vertical"
android:divider="?android:attr/dividerHorizontal"
android:showDividers="end">
- <View android:id="@+id/searchview_gap"
- android:layout_width="match_parent"
- android:layout_height="?android:attr/actionBarSize"/>
<FrameLayout
android:id="@+id/voicemail_status"
android:layout_width="match_parent"
diff --git a/res/layout/call_stats_fragment.xml b/res/layout/call_stats_fragment.xml
index c8dba8915..2c734baec 100644
--- a/res/layout/call_stats_fragment.xml
+++ b/res/layout/call_stats_fragment.xml
@@ -19,6 +19,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:paddingTop="?android:attr/actionBarSize"
android:divider="?android:attr/dividerHorizontal"
android:orientation="vertical"
android:showDividers="end" >