1
我已經在我的項目中實現了plattysoft粒子系統(https://github.com/plattysoft/Leonids)。我正在使用五彩紙屑示例的示例代碼。但是我的'形象'是一個粒子,只是停留在左上角。我使用了與示例中完全相同的代碼。他們不是沒有錯誤或任何事情。plattysoft粒子系統Java
這裏是Java代碼
new ParticleSystem(this,80, R.drawable.red_box_test, 10000)
.setSpeedModuleAndAngleRange(0f, 0.1f, 180, 180)
.setRotationSpeed(144)
.setAcceleration(0.000017f, 90)
.emit(findViewById(R.id.emiter_top_left), 8);
這裏是.XML代碼
<View android:id="@+id/emiter_top_left"
android:layout_gravity="top|left"
android:layout_marginTop="20dp"
android:layout_width="30dp"
android:layout_height="10dp" />
我得到一個警告,在重力。該警告說'使用開始,而不是保證正確的行爲。