最新回答 / yunqiang88
作為Handler中消息的id ?如果Handler中要處理多個消息那么就要用這個id來區分不同的消息了,這個例子中,沒有多個,所以不要也沒事
2017-06-03
最新回答 / 慕先生8377693
<LinearLayout ? ?android:orientation="vertical" ? ?xmlns:android="http://schemas.android.com/apk/res/android" ? ?xmlns:tools="http://schemas.android.com/tools" ? ?android:layout_width="match_parent" ? ?android:layout_height="match_parent" ? ?tools:cont...
2017-06-01