摘要:
今天做东西时碰到一个问题。ScrollView时包含了普通的layout还有EditText.布局如下: 1 <ScrollView 2 android:layout_width="match_parent" 3 android:layout_height="wrap_content" 4 > 5 <LinearLayout 6 android:layout_width="match_parent" 7 android:layout_height="wrap_content" 8 ...
阅读全文