我想创建一个按钮,我可以在其上提示,之后,应该显示一个应该是可滚动的图片选择(可能是它的grindview idk)。就像右上角whatsapp中的东西一样,正是我想做的事情。
我怎样才能做到这一点?在我的 Layoutfile 中我需要什么,是否可以将它的内容设置到我的数据库中?
我想要这样的东西 2 但我怎样才能创造它。我需要什么?
提前谢谢
我想创建一个按钮,我可以在其上提示,之后,应该显示一个应该是可滚动的图片选择(可能是它的grindview idk)。就像右上角whatsapp中的东西一样,正是我想做的事情。
我怎样才能做到这一点?在我的 Layoutfile 中我需要什么,是否可以将它的内容设置到我的数据库中?
我想要这样的东西 2 但我怎样才能创造它。我需要什么?
提前谢谢
嗨 safari 在这种情况下您需要采用水平方向的线性布局。其中有其他两个这样的 Lenear 布局。
<LinearLayout android:orientation="horizontal" >
<LinearLayout >
<GridView > set images of smiley</GridView>
</LinearLayout>
<LinearLayout android:orientation="vertical" >
<Button></Button>
<Button></Button>
<Button></Button>
<Button></Button>
</LinearLayout>
</LinearLayout>
然后设置可见性,即在需要的地方消失和可见
它可能会有所帮助。