mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 15:57:34 +00:00
Add gallery button to MediaPreview
// FREEBIE
This commit is contained in:

committed by
Moxie Marlinspike

parent
43e1d452c7
commit
09ff8d5865
BIN
res/drawable-hdpi/ic_photo_library_white_24dp.png
Normal file
BIN
res/drawable-hdpi/ic_photo_library_white_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 249 B |
BIN
res/drawable-mdpi/ic_photo_library_white_24dp.png
Normal file
BIN
res/drawable-mdpi/ic_photo_library_white_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 193 B |
BIN
res/drawable-xhdpi/ic_photo_library_white_24dp.png
Normal file
BIN
res/drawable-xhdpi/ic_photo_library_white_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 309 B |
BIN
res/drawable-xxhdpi/ic_photo_library_white_24dp.png
Normal file
BIN
res/drawable-xxhdpi/ic_photo_library_white_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 431 B |
BIN
res/drawable-xxxhdpi/ic_photo_library_white_24dp.png
Normal file
BIN
res/drawable-xxxhdpi/ic_photo_library_white_24dp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 553 B |
@@ -9,4 +9,8 @@
|
||||
android:title="@string/media_preview__save_title"
|
||||
android:icon="@drawable/ic_save_white_24dp"
|
||||
app:showAsAction="always"/>
|
||||
<item android:id="@+id/media_preview__overview"
|
||||
android:title="@string/media_preview__overview_title"
|
||||
android:icon="@drawable/ic_photo_library_white_24dp"
|
||||
app:showAsAction="ifRoom"/>
|
||||
</menu>
|
||||
|
@@ -1245,6 +1245,7 @@
|
||||
<!-- media_preview -->
|
||||
<string name="media_preview__save_title">Save</string>
|
||||
<string name="media_preview__forward_title">Forward</string>
|
||||
<string name="media_preview__overview_title">All images</string>
|
||||
|
||||
<!-- media_overview -->
|
||||
<string name="media_overview__save_all">Save all</string>
|
||||
|
Reference in New Issue
Block a user