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

@@ -117,8 +117,11 @@
<string name="select_from_gallery">Select a picture</string>
<string name="select_again">Select again</string>
<string name="error_getting_image">Error getting the image</string>
<string name="no_camera_available">No camera app available</string>
<string name="error_creating_temp_file">Error creating temp file</string>
<string name="video_is_processing">Video is processing. Please wait.</string>
<string name="image_is_processing">Image is processing. Please wait.</string>
<string name="flair">Flair</string>
<string name="spoiler">Spoiler</string>