gpt4 book ai didi

android - 如何在android中的弹出窗口上实现垂直滚动?

转载 作者:行者123 更新时间:2023-11-30 02:25:14 26 4
gpt4 key购买 nike

我试过一段代码,但它没有显示垂直滚动条。我的代码粘贴在下面:

     public void init() {
popupButton = (Button) findViewById(R.id.textview1);
popupText = new TextView(this);
insidePopupButton = new Button(this);
layoutOfPopup = new LinearLayout(this);
LinearLayout lt=new LinearLayout(this);
view=new ScrollView(this);
insidePopupButton.setText("OK");
popupText.setText("This is Popup Window.press OK to dismiss it.");
popupText.setBackgroundColor(Color.WHITE);
popupText.setPadding(0, 0, 0, 20);
layoutOfPopup.setOrientation(1);
lt.addView(popupText);
layoutOfPopup.addView(insidePopupButton,350,35);

layoutOfPopup.setBackgroundColor(Color.BLACK);
view.addView(lt);
layoutOfPopup.addView(view);

enter image description here提前谢谢你..:)

最佳答案

ScrollView 无论如何都不能与 android 中的 popupWindow 结合使用。悲伤但真实。

关于android - 如何在android中的弹出窗口上实现垂直滚动?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27969375/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com