Capture images and videos from camera when click capture fab in PostImageActivity and PostVideoActivity. Go to user's profile after sending image post.

This commit is contained in:
Alex Ning
2019-07-24 18:51:57 +08:00
parent fcff7784c9
commit 469542fb68
8 changed files with 67 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path name="image_temp"
path="Android/data/ml.docilealligator.infinityforreddit/files/Pictures" />
</paths>