How to rotate view by coordinate also in Android
问题 first understand my question properly before voting, i have view that's like , <View android:id="@+id/View01" android:layout_width="280dp" android:layout_height="150dp" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" android:layout_marginLeft="50dp" android:layout_marginTop="83dp" android:background="#212121" android:rotation="-5" android:visibility="visible" /> and output is, you can see that when i use android:rotation="-5" , it rotate views(black box) but their