summaryrefslogtreecommitdiff
path: root/InCallUI
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-05-06 01:42:28 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-06 01:42:28 +0000
commit2398738910a92b45923835f9947aabb65c9b4cc3 (patch)
tree7e4bae8701413d0c5e39a2c5f3084566a3c1d128 /InCallUI
parentcd8b8a40a01516e7c9a495e76919244030c4d06d (diff)
parentf3731fc1f6b355e17d9951b48b7ff6978f7d6537 (diff)
am 0d3eff64: Fix wrong class reference in XML
* commit '0d3eff64eba88239be35cda4e0cbf2bf596c1f2d': Fix wrong class reference in XML
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>