Skip to content

Commit

Permalink
revert change made for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHub committed Sep 1, 2016
1 parent a8a4bd3 commit f9ceac0
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions sample/src/main/res/layout/fragment_main_rect.xml
Original file line number Diff line number Diff line change
@@ -1,33 +1,5 @@
<!--<com.theartofdev.edmodo.cropper.CropImageView
<com.theartofdev.edmodo.cropper.CropImageView
android:id="@+id/cropImageView"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"/>-->

<LinearLayout
android:id="@+id/cropImageViewLayout"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:visibility="visible">

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Testing 1..2..3.."/>

<com.theartofdev.edmodo.cropper.CropImageView
android:id="@+id/cropImageView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
/>

<TextView
android:layout_width="match_parent"
android:layout_height="0dp"
android:text="Testing 1..2..3.."
android:layout_weight="2"
android:textSize="40sp"/>
</LinearLayout>
android:layout_height="match_parent"/>

0 comments on commit f9ceac0

Please sign in to comment.