Android 對佈局進行任意角度旋轉

yangxi_001發表於2014-07-21

程式碼實現:

layout.setOritation(int Degree);

XML實現:

設定android:rotation 這個屬性 填入旋轉角度即可

相關文章