zoomable scrollview ANDROID

时间:2013-05-26 12:52:13

标签: android scrollview

嘿,我在垂直滚动视图中做了一个水平滚动视图,所以我可以在两个上滚动,x& y轴。在scrollview里面是一张巨大的桌子(12x8)。现在我想做所有可缩放的(因此表/表的内容变得更大/更小)

以防有人需要它:这里是视图层次结构

relative layout
 scrollview
  horizontalScrollView
   LinearLayout
    TableLayout
     (table rows)
    /TableLayout
   /LinearLayout
  /horizontalScrollView
 /scrollview
/relative layout

我没有找到任何好的解决方案,希望你能帮助我

0 个答案:

没有答案