android 代码布局TableLayout 滚动条
//初始化水平滚动条控件HorizontalScrollViewhorScrollView=newHorizontalScrollView(this);horScroll...
//初始化水平滚动条控件
HorizontalScrollView horScrollView = new HorizontalScrollView(this);
horScrollView.setScrollContainer(true);
TableRow row1 = new TableRow(this);
TextView txt11 = new TextView(this);
txt11.setText(caption);
row1.addView(txt11);
TextView txt12 = new TextView(this);
txt12.setText(value);
row1.addView(txt12);
horScrollView.addView(row1);
tab.addView(horScrollView);
代码这样写,可以实现一行的滚动,但问题是主要是第二个textView内容过长,只是想让第二个textView实现水平滚动效果,求教高手应该怎么写这个代码,不要布局文件 展开
HorizontalScrollView horScrollView = new HorizontalScrollView(this);
horScrollView.setScrollContainer(true);
TableRow row1 = new TableRow(this);
TextView txt11 = new TextView(this);
txt11.setText(caption);
row1.addView(txt11);
TextView txt12 = new TextView(this);
txt12.setText(value);
row1.addView(txt12);
horScrollView.addView(row1);
tab.addView(horScrollView);
代码这样写,可以实现一行的滚动,但问题是主要是第二个textView内容过长,只是想让第二个textView实现水平滚动效果,求教高手应该怎么写这个代码,不要布局文件 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询