summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2014-09-05 16:41:37 +0200
committerDanny Baumann <dannybaumann@web.de>2014-09-05 17:14:03 +0200
commit723731678933e66a531c0d4a37b96217d8e80785 (patch)
treef21cbf89383c2e8a3c55eafba5a4bbafffde9d73 /res
parentb20169e56026958a6349ed37813af6ac59479a49 (diff)
downloadandroid_packages_apps_Dialer-723731678933e66a531c0d4a37b96217d8e80785.tar.gz
android_packages_apps_Dialer-723731678933e66a531c0d4a37b96217d8e80785.tar.bz2
android_packages_apps_Dialer-723731678933e66a531c0d4a37b96217d8e80785.zip
Fix call stats fragment layout.
Change-Id: I10bf2603a982f11f8e031db0dffa3f7039fa11ea
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" >