最新回答 / 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
最新回答 / 漠流云
可自定義video,重寫寬高;最關鍵的是要在橫豎屏判斷語句中添加: ?//移除半屏狀態 ? ? ? ? ?getWindow().clearFlags((WindowManager.LayoutParams.FLAG_FORCE_NOT_FULLSCREEN));//添加一個全屏狀態getWindow().addFlags((WindowManager.LayoutParams.FLAG_FULLSCREEN));
2017-05-19