如何从Aosp launcher3的左页删除Qbs容器

时间:2017-06-14 12:53:31

标签: android android-source android-launcher

How to add custom view in android's JellyBean Launcher 按照上面的上述链接,我已将左页添加到现有的Android AOSP launcher3代码中,它看起来就像是截图。

但是总是在第一个屏幕中搜索容器(Qbs容器),如何在第一个屏幕中删除并将其放在主屏幕中。 enter image description here

1 个答案:

答案 0 :(得分:1)

要从第一个屏幕中删除搜索容器,

FrameLayout gBar = (FrameLayout) findViewById(R.id.g_bar);
gBar.setVisibility(View.INVISIBLE);