summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout-land/incall_screen_msim.xml2
-rw-r--r--res/layout/incall_screen_msim.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-land/incall_screen_msim.xml b/res/layout-land/incall_screen_msim.xml
index cb70541c..45248185 100644
--- a/res/layout-land/incall_screen_msim.xml
+++ b/res/layout-land/incall_screen_msim.xml
@@ -51,7 +51,7 @@
</RelativeLayout>
- <fragment android:name="com.android.incallui.MsimAnswerFragment"
+ <fragment android:name="com.android.incallui.MSimAnswerFragment"
android:id="@+id/answerFragment"
android:layout_width="wrap_content"
android:layout_height="match_parent"
diff --git a/res/layout/incall_screen_msim.xml b/res/layout/incall_screen_msim.xml
index be164a40..b42bd347 100644
--- a/res/layout/incall_screen_msim.xml
+++ b/res/layout/incall_screen_msim.xml
@@ -56,7 +56,7 @@
</RelativeLayout>
- <fragment android:name="com.android.incallui.MsimAnswerFragment"
+ <fragment android:name="com.android.incallui.MSimAnswerFragment"
android:id="@+id/answerFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"