summaryrefslogtreecommitdiffstats
path: root/res/layout/custom_screen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/custom_screen.xml')
-rw-r--r--res/layout/custom_screen.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/custom_screen.xml b/res/layout/custom_screen.xml
index 61c455c1..6fc2873c 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>