summaryrefslogtreecommitdiffstats
path: root/phone/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'phone/res/layout')
-rw-r--r--phone/res/layout/incall_screen.xml4
-rw-r--r--phone/res/layout/otacall_card.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/phone/res/layout/incall_screen.xml b/phone/res/layout/incall_screen.xml
index aa313e3..9a8a771 100644
--- a/phone/res/layout/incall_screen.xml
+++ b/phone/res/layout/incall_screen.xml
@@ -38,7 +38,7 @@
>
<!-- The "Call Card", which displays info about the currently
active phone call(s) on the device. See call_card.xml. -->
- <com.android.phone.CallCard android:id="@+id/callCard"
+ <com.android.phone2.CallCard android:id="@+id/callCard"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
@@ -105,7 +105,7 @@
<!-- In-call onscreen touch controls, used on some platforms. -->
<!-- TODO: if this widget ends up being totally unused on some platforms,
then this should probably be a ViewStub. -->
- <com.android.phone.InCallTouchUi
+ <com.android.phone2.InCallTouchUi
android:id="@+id/inCallTouchUi"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/phone/res/layout/otacall_card.xml b/phone/res/layout/otacall_card.xml
index 23db2fc..3125892 100644
--- a/phone/res/layout/otacall_card.xml
+++ b/phone/res/layout/otacall_card.xml
@@ -76,7 +76,7 @@
/>
<!-- DTMF Dialer section -->
- <com.android.phone.DTMFTwelveKeyDialerView
+ <com.android.phone2.DTMFTwelveKeyDialerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/otaDtmfDialer"
android:layout_width="match_parent"
@@ -92,7 +92,7 @@
<!-- Keypad section -->
<include layout="@layout/dialpad" />
- </com.android.phone.DTMFTwelveKeyDialerView>
+ </com.android.phone2.DTMFTwelveKeyDialerView>
</LinearLayout>