1- <com .theartofdev.edmodo.cropper.CropImageView
1+ <!-- < com.theartofdev.edmodo.cropper.CropImageView
22 android:id="@+id/cropImageView"
33 xmlns:android="http://schemas.android.com/apk/res/android"
44 android:layout_width="match_parent"
5- android : layout_height =" match_parent" />
5+ android:layout_height="match_parent"/>-->
6+
7+ <LinearLayout
8+ android : id =" @+id/cropImageViewLayout"
9+ xmlns : android =" http://schemas.android.com/apk/res/android"
10+ android : layout_width =" match_parent"
11+ android : layout_height =" match_parent"
12+ android : orientation =" vertical"
13+ android : visibility =" visible" >
14+
15+ <TextView
16+ android : layout_width =" match_parent"
17+ android : layout_height =" wrap_content"
18+ android : text =" Testing 1..2..3.." />
19+
20+ <com .theartofdev.edmodo.cropper.CropImageView
21+ android : id =" @+id/cropImageView"
22+ android : layout_width =" match_parent"
23+ android : layout_height =" 0dp"
24+ android : layout_weight =" 1"
25+ />
26+
27+ <TextView
28+ android : layout_width =" match_parent"
29+ android : layout_height =" 0dp"
30+ android : text =" Testing 1..2..3.."
31+ android : layout_weight =" 2"
32+ android : textSize =" 40sp" />
33+ </LinearLayout >
0 commit comments