2012-10-10 35 views
0

是否可以自定義android的相機作物意圖視圖?如何創建自定義視圖,如link中的圖像?是否可以自定義android的相機作物意圖視圖?

感謝

+0

自定義視圖?鏈接丟失 –

+0

可能的重複http://stackoverflow.com/questions/8585341/android-camera-intent-with-crop – MMK

+0

No.I不想顯示相機作物意圖view.I只想裁剪圖像。 –

回答

2

試試這個:這樣

Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); 
intent.putExtra("crop", "true"); 
+0

你知道如何創建一個像給定鏈接中的圖像的視圖嗎? –

相關問題