Android 台灣中文網

標題: android中的ListView與ScrollView衝突保留ScrollView滾動 [打印本頁]

作者: 暗桌之光    時間: 2013-7-3 16:01
標題: android中的ListView與ScrollView衝突保留ScrollView滾動
  1. @Override
  2.         protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
  3.                 int heightSpec = MeasureSpec.makeMeasureSpec(Integer.MAX_VALUE >> 2,
  4.                                 MeasureSpec.AT_MOST);
  5.                 super.onMeasure(widthMeasureSpec, heightSpec);
  6.         }
複製代碼





歡迎光臨 Android 台灣中文網 (https://apk.tw/) Powered by Discuz! X3.1