summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-05-05 18:36:23 -0700
committerYorke Lee <yorkelee@google.com>2014-05-05 18:36:23 -0700
commitf3731fc1f6b355e17d9951b48b7ff6978f7d6537 (patch)
treee877597d073e67d6c1bc9f05bc63ad5c2744fc40 /InCallUI
parentff1621858276c5348655f3531d15b02cb13f60eb (diff)
Fix wrong class reference in XML
Change-Id: I4e640ef84ee31d14e3fa5778998aa33b9704ebff
Diffstat (limited to 'InCallUI')
-rw-r--r--InCallUI/res/layout/dialpad_incall.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/InCallUI/res/layout/dialpad_incall.xml b/InCallUI/res/layout/dialpad_incall.xml
index 9d62203a0..96240004a 100644
--- a/InCallUI/res/layout/dialpad_incall.xml
+++ b/InCallUI/res/layout/dialpad_incall.xml
@@ -46,7 +46,7 @@
</TableRow>
<TableRow style="@style/InCallDialpadTableRowStyle">
- <com.android.dialer.dialpad.DialpadKeyButton
+ <com.android.contacts.common.dialpad.DialpadKeyButton
android:id="@+id/star"
style="@style/InCallDialpadKeyButtonStyle">
<LinearLayout
@@ -59,9 +59,9 @@
android:layout_height="match_parent"
android:layout_width="@dimen/dialpad_key_letters_width" />
</LinearLayout>
- </com.android.dialer.dialpad.DialpadKeyButton>
+ </com.android.contacts.common.dialpad.DialpadKeyButton>
<include layout="@layout/dialpad_key_incall" android:id="@+id/zero"/>
- <com.android.dialer.dialpad.DialpadKeyButton
+ <com.android.contacts.common.dialpad.DialpadKeyButton
android:id="@+id/pound"
style="@style/InCallDialpadKeyButtonStyle">
<LinearLayout
@@ -74,6 +74,6 @@
android:layout_height="match_parent"
android:layout_width="@dimen/dialpad_key_letters_width" />
</LinearLayout>
- </com.android.dialer.dialpad.DialpadKeyButton>
+ </com.android.contacts.common.dialpad.DialpadKeyButton>
</TableRow>
</TableLayout>