你可以在初始化activity的時候把焦點放在其他控件上,
或是讓此元件不能獲得焦點便可
重點是這句程式碼:
android:focusable="false"
<EditText
android:id="@+id/intcome_edit_date"
android:layout_width="130dp"
android:layout_height="wrap_content"
android:focusable="false"
android:inputType="date" />
沒有留言 :
張貼留言