Share sheet previews (AND-139)

This commit is contained in:
Grishka
2024-02-23 19:25:21 +03:00
parent 1cdc6f4fcf
commit 2361394391
13 changed files with 950 additions and 18 deletions

View File

@@ -5,7 +5,8 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false">
android:clipChildren="false"
android:clipToPadding="false">
<include layout="@layout/profile_qr_toolbar" />

View File

@@ -709,4 +709,6 @@
<string name="image_saved">Image saved.</string>
<string name="video_saved">Video saved.</string>
<string name="view_file">View</string>
<string name="share_sheet_preview_profile">%s on Mastodon</string>
<string name="share_sheet_preview_post">%1$s on Mastodon: “%2$s”</string>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<cache-path name="image_cache" path="images/"/>
</paths>