How to add custom view in android's JellyBean Launcher 按照上面的上述链接,我已将左页添加到现有的Android AOSP launcher3代码中,它看起来就像是截图。
但是总是在第一个屏幕中搜索容器(Qbs容器),如何在第一个屏幕中删除并将其放在主屏幕中。 enter image description here
答案 0 :(得分:1)
要从第一个屏幕中删除搜索容器,
FrameLayout gBar = (FrameLayout) findViewById(R.id.g_bar);
gBar.setVisibility(View.INVISIBLE);