Added modified files to consume SWE
Change-Id: I959781dad2a983de6be6ab07f418006a5708c976
diff --git a/res/layout/custom_screen.xml b/res/layout/custom_screen.xml
index 61c455c..6fc2873 100644
--- a/res/layout/custom_screen.xml
+++ b/res/layout/custom_screen.xml
@@ -22,7 +22,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
- <com.android.browser.view.CustomScreenLinearLayout
+ <com.android.swe.browser.view.CustomScreenLinearLayout
android:orientation="vertical"
android:id="@+id/vertical_layout"
android:layout_width="match_parent"
@@ -42,6 +42,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
- </com.android.browser.view.CustomScreenLinearLayout>
+ </com.android.swe.browser.view.CustomScreenLinearLayout>
</merge>