标签: android
我在我的活动中添加了动态视图,该视图位于TableLayout下。如何进行pullup和pulldown refresh。
TableLayout
TableLayout tl =(TableLayout)findViewById(R.id.myTableLayout); LayoutInflater vi =(LayoutInflater)getApplicationContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
答案 0 :(得分:0)
关注此问题:)它肯定会帮助你:)祝你好运
Android PullTo Refresh on ScrollView