為什么在布局文件中改為wrapContent會顯示錯亂
<com.game.pintu.view.ZijiGamePintuLayout
? ? ? ? android:layout_width="wrap_content"
? ? ? ? android:layout_height="wrap_content"
? ? ? ? android:padding="3dp"
? ? ? ? android:layout_centerInParent="true"/>
<com.game.pintu.view.ZijiGamePintuLayout
? ? ? ? android:layout_width="wrap_content"
? ? ? ? android:layout_height="wrap_content"
? ? ? ? android:padding="3dp"
? ? ? ? android:layout_centerInParent="true"/>
2016-02-12
舉報
2016-05-22
你讓它找不到合適的位置了。