summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2014-11-12 17:01:47 -0800
committerMatt Garnes <matt@cyngn.com>2014-12-12 13:12:50 -0800
commita5dd8c16878ee9dd7e60a0a4523b92df41078a49 (patch)
treeafb70c2d4b0d2b07ccb90bc35187b55a55ec2105 /res
parentb1233bc43027c9bbe9af07f5f386f289c0f33c5d (diff)
downloadandroid_packages_apps_Dialer-a5dd8c16878ee9dd7e60a0a4523b92df41078a49.tar.gz
android_packages_apps_Dialer-a5dd8c16878ee9dd7e60a0a4523b92df41078a49.tar.bz2
android_packages_apps_Dialer-a5dd8c16878ee9dd7e60a0a4523b92df41078a49.zip
Fix call stats fragment layout.
Change-Id: I10bf2603a982f11f8e031db0dffa3f7039fa11ea
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_fragment.xml1
-rw-r--r--res/layout/call_stats_fragment.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/res/layout/call_log_fragment.xml b/res/layout/call_log_fragment.xml
index 74c630959..043b8d456 100644
--- a/res/layout/call_log_fragment.xml
+++ b/res/layout/call_log_fragment.xml
@@ -18,6 +18,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:orientation="vertical"
android:divider="?android:attr/dividerHorizontal"
android:showDividers="end"
diff --git a/res/layout/call_stats_fragment.xml b/res/layout/call_stats_fragment.xml
index df121335b..dc27c12d5 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" >