summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2014-09-07 11:07:20 +0000
committerGerrit Code Review <gerrit@cyanogenmod.org>2014-09-07 11:07:20 +0000
commit62e1c1aaee39920a66677eb3e7ebcbab6f0ddc08 (patch)
treea295815b4e8c03f8f0f05a4afb263e5f08e49073 /res
parent156b22e4f25f420fbaab6ce013a825454278dadb (diff)
parent723731678933e66a531c0d4a37b96217d8e80785 (diff)
downloadandroid_packages_apps_Dialer-62e1c1aaee39920a66677eb3e7ebcbab6f0ddc08.tar.gz
android_packages_apps_Dialer-62e1c1aaee39920a66677eb3e7ebcbab6f0ddc08.tar.bz2
android_packages_apps_Dialer-62e1c1aaee39920a66677eb3e7ebcbab6f0ddc08.zip
Merge "Fix call stats fragment layout." into cm-11.0
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" >