summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRicardo Cerqueira <ricardo@cyngn.com>2014-09-17 20:06:57 +0100
committerRicardo Cerqueira <ricardo@cyngn.com>2014-09-17 20:06:57 +0100
commitcfb9e3e03446aa5050778e1821fa52c4354ce5c3 (patch)
tree60601129d474e78cb2f917c422f2b91983560e52 /res
parent12f5462faaa9fca92ec2c4ba9fc7ca49d0517967 (diff)
downloadpackages_apps_InCallUI-cfb9e3e03446aa5050778e1821fa52c4354ce5c3.tar.gz
packages_apps_InCallUI-cfb9e3e03446aa5050778e1821fa52c4354ce5c3.tar.bz2
packages_apps_InCallUI-cfb9e3e03446aa5050778e1821fa52c4354ce5c3.zip
MSIM: Fix fragment class names
Change-Id: Ie85f68b6f8a1bb852578872a824fdff6f1474d60
Diffstat (limited to 'res')
-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"