Adjust height of call log tabs.
Change-Id: I4dcf7d0bffd3b12f494612d5e76645edf46267d4
diff --git a/res/layout/call_log_activity.xml b/res/layout/call_log_activity.xml
index 6934fee..dfdf210 100644
--- a/res/layout/call_log_activity.xml
+++ b/res/layout/call_log_activity.xml
@@ -22,7 +22,7 @@
<com.android.dialer.list.ViewPagerTabs
android:id="@+id/viewpager_header"
android:layout_width="match_parent"
- android:layout_height="?android:attr/actionBarSize"
+ android:layout_height="@dimen/tab_height"
android:textAllCaps="true"
android:orientation="horizontal"
android:layout_gravity="top"