已采纳回答 / qq_彳亍L_0
if(src.getChildAt(0).getMeasuredHeight()<=src.getHeight()+src.getScrollY()){ Toast.makeText(MainActivity.this, "滑动到底部刷新",Toast.LENGTH_SHORT).show(); //滑动到底部添加文字 tv.append(getResources().getString(R.string.textmao)); }看看你的滑动底部监听...
2016-05-12
最新回答 / 吴豪帅哥
在fragment的name标签的参数为fragment的class文件<Fragment android:id="@+id/..."; android:name="com.example.fragment.RightFragment"; android:layout_width="match_parent"; android:layout_height="match_parent";/>
2016-05-04