cropOverlayView = (CropOverlayView) findViewById(R.id.cropOverlayView); pico = (ImageView) findViewById(R.id.imgView); bitmap = decodeFile(picturePath); pico.setImageBitmap(bitmap);
<FrameLayout android:id="@+id/cropImageFrame" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_alignParentTop="true" > <ImageView android:id="@+id/imgView" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center" android:scaleType="fitCenter" android:src="@drawable/ic_launcher" /> <com.tookom.imageshake.crop.view.CropOverlayView android:id="@+id/cropOverlayView" android:layout_width="match_parent" android:layout_height="match_parent" />
pico.getLayoutParams().height = 20;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง