Added an 'All media' folder in the gallery.

This commit is contained in:
Greyson Parrelli
2019-01-15 13:38:06 -08:00
parent ce3deb4057
commit 66dde4415d
3 changed files with 85 additions and 19 deletions

View File

@@ -46,7 +46,7 @@
android:id="@+id/mediapicker_selected"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/transparent_black_70"
android:background="@color/transparent_black_90"
android:visibility="gone">
<ImageView

View File

@@ -444,6 +444,9 @@
<!-- MediaSendActivity -->
<string name="MediaSendActivity_add_a_caption">Add a caption...</string>
<!-- MediaRepository -->
<string name="MediaRepository_all_media">All media</string>
<!-- MessageRecord -->
<string name="MessageRecord_message_encrypted_with_a_legacy_protocol_version_that_is_no_longer_supported">Received a message encrypted using an old version of Signal that is no longer supported. Please ask the sender to update to the most recent version and resend the message.</string>
<string name="MessageRecord_left_group">You have left the group.</string>