11
เหตุใดกิจกรรม Android ของฉันจึงเลื่อนไปที่ด้านล่างเสมอ
เมื่อใดก็ตามที่ฉันเริ่มกิจกรรมนี้กิจกรรมนี้จะเริ่มจากจุดต่ำสุดเสมอ - เลื่อนไปจนสุด ฉันไม่ได้ทำอะไรแปลก ๆ ในกิจกรรม OnCreate (หรือที่ใดก็ได้สำหรับเรื่องนั้น) ที่ฉันคาดว่าจะเปลี่ยนตำแหน่งการเลื่อน ฉันได้ลองตั้งค่าโฟกัสไปที่ตัวควบคุมที่โฟกัสได้สูงสุดและวิธีการเลื่อนไปที่วิธีการเลื่อน แต่ไม่ได้ผล นอกจากนี้กิจกรรมอื่น ๆ ของฉันไม่มีปัญหานี้ นี่คือเค้าโครง: <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/scroll" android:layout_width="fill_parent" android:layout_height="wrap_content"> <LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/edit_refresh_update_header" android:textSize="18sp"/> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="\n" android:textSize="4sp"/> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="Variable:" android:textSize="18sp"/> <Spinner android:id="@+id/edit_refresh_variables_spinner" android:layout_width="match_parent" android:layout_height="wrap_content"/> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="\n" android:textSize="4sp"/> <TextView android:layout_width="match_parent" …