summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-12 10:32:54 -0700
committerAndrew Lee <anwlee@google.com>2014-05-12 10:32:54 -0700
commita32d9e707bcd5b288f18b12d1faf1cdd5dfcc532 (patch)
tree7404e617bf0b89bede0cafd7532e5a201bf40b11
parent8d62368706306cf4bc74cf29c527d5b98b43baaa (diff)
Adjust height of call log tabs.
Change-Id: I4dcf7d0bffd3b12f494612d5e76645edf46267d4
-rw-r--r--res/layout/call_log_activity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/call_log_activity.xml b/res/layout/call_log_activity.xml
index 6934fee48..dfdf210d2 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"