summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-07-21 14:55:10 -0700
committerBrian Attwell <brianattwell@google.com>2014-07-22 12:05:21 -0700
commit7437058d4c9fd10fdeb4e78166591e68629cd03c (patch)
tree730819071403f42d11b09b56fe68de759334b0e8 /res/layout
parent80c81b1170c692cccdfe76f695fee74525e04a75 (diff)
Move ViewPagerTabs out of Dialer repo
Bug: 16158921 Bug: 15616182 Change-Id: Ie648d78dd4df402936c4665eca7c6998e463ca2b
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_log_activity.xml2
-rw-r--r--res/layout/lists_fragment.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/call_log_activity.xml b/res/layout/call_log_activity.xml
index 3b7609fae..0109df7d6 100644
--- a/res/layout/call_log_activity.xml
+++ b/res/layout/call_log_activity.xml
@@ -19,7 +19,7 @@
android:layout_height="match_parent"
android:id="@+id/calllog_frame"
android:orientation="vertical">
- <com.android.dialer.list.ViewPagerTabs
+ <com.android.contacts.common.list.ViewPagerTabs
android:id="@+id/viewpager_header"
android:layout_width="match_parent"
android:layout_height="@dimen/tab_height"
diff --git a/res/layout/lists_fragment.xml b/res/layout/lists_fragment.xml
index 1de8364b7..987c61f99 100644
--- a/res/layout/lists_fragment.xml
+++ b/res/layout/lists_fragment.xml
@@ -40,7 +40,7 @@
android:layout_height="match_parent"
android:orientation="vertical">
- <com.android.dialer.list.ViewPagerTabs
+ <com.android.contacts.common.list.ViewPagerTabs
android:id="@+id/lists_pager_header"
android:layout_width="match_parent"
android:layout_height="@dimen/tab_height"