Skip to content

Commit f9ceac0

Browse files
committed
revert change made for testing
1 parent a8a4bd3 commit f9ceac0

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed
Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,5 @@
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"/>-->
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>
5+
android:layout_height="match_parent"/>

0 commit comments

Comments
 (0)