summaryrefslogtreecommitdiffstats
path: root/res/layout/overview_panel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/overview_panel.xml')
-rw-r--r--res/layout/overview_panel.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/overview_panel.xml b/res/layout/overview_panel.xml
index 9b0bb7723..a0a60ab59 100644
--- a/res/layout/overview_panel.xml
+++ b/res/layout/overview_panel.xml
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<com.android.launcher3.SlidingUpPanelLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<com.android.launcher3.OverviewPanel xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:slidingpanel="http://schemas.android.com/apk/res/com.android.launcher3"
android:id="@+id/sliding_layout"
android:layout_width="match_parent"
@@ -45,4 +45,4 @@
<include layout="@layout/settings_pane" />
-</com.android.launcher3.SlidingUpPanelLayout>
+</com.android.launcher3.OverviewPanel>