Fixing ClassNotFoundException in JoinContactsActivity
Change-Id: I7aa985dc72a962b6456c0823f85f83c9fd7c527f
diff --git a/res/layout/join_contact_picker.xml b/res/layout/join_contact_picker.xml
index e0a6c2a..b45519e 100644
--- a/res/layout/join_contact_picker.xml
+++ b/res/layout/join_contact_picker.xml
@@ -14,9 +14,8 @@
limitations under the License.
-->
-<view
+<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
- class="com.android.contacts.widget.FullHeightLinearLayout"
style="@style/ContactPickerLayout"
android:paddingLeft="20dip"
android:paddingRight="20dip"
@@ -26,4 +25,4 @@
android:layout_height="match_parent"
android:id="@+id/list_container">
</FrameLayout>
-</view>
+</LinearLayout>