summaryrefslogtreecommitdiffstats
path: root/res/layout/app_drawer_container.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/app_drawer_container.xml')
-rw-r--r--res/layout/app_drawer_container.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/app_drawer_container.xml b/res/layout/app_drawer_container.xml
index 146906637..9633f95c2 100644
--- a/res/layout/app_drawer_container.xml
+++ b/res/layout/app_drawer_container.xml
@@ -14,7 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<com.android.launcher3.AppDrawerContainer xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -82,4 +82,4 @@
android:visibility="invisible"
android:layout_height="100dp" />
</RelativeLayout>
-</FrameLayout>
+</com.android.launcher3.AppDrawerContainer>