Skip to content

Commit

Permalink
make the sample great again
Browse files Browse the repository at this point in the history
  • Loading branch information
Legementarion committed Mar 23, 2018
1 parent 90b5700 commit b5ab3b8
Show file tree
Hide file tree
Showing 7 changed files with 476 additions and 514 deletions.
4 changes: 3 additions & 1 deletion sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,16 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<activity
android:name=".ResultActivity"
android:screenOrientation="portrait" />

<activity
android:name="com.yalantis.ucrop.UCropActivity"
android:screenOrientation="portrait"
android:theme="@style/Theme.AppCompat.Light.NoActionBar" />
<activity android:name=".ActivityWithFragment"></activity>

</application>

</manifest>

This file was deleted.

Loading

0 comments on commit b5ab3b8

Please sign in to comment.