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-11-13 17:48:12 -0800
commit2e7cd186b76d0ba5d0d926156e34cfd453a29c2e (patch)
treeb3da76917ddb97b10279c7b4b411df583125dbde /res
parent95077fee0039b5833f0e5ab7066f4d03c7694abd (diff)
downloadandroid_packages_apps_Dialer-2e7cd186b76d0ba5d0d926156e34cfd453a29c2e.tar.gz
android_packages_apps_Dialer-2e7cd186b76d0ba5d0d926156e34cfd453a29c2e.tar.bz2
android_packages_apps_Dialer-2e7cd186b76d0ba5d0d926156e34cfd453a29c2e.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" >