interact as other accounts

closes #199
This commit is contained in:
sk
2022-12-27 19:53:01 +01:00
parent 3af89a6175
commit 0f1456819b
10 changed files with 204 additions and 34 deletions

View File

@@ -91,4 +91,14 @@
<string name="sk_copy_link_to_post">Copy link to post</string>
<string name="sk_open_with_account">Open with other account</string>
<string name="sk_resource_not_found">Resource could not be found</string>
<string name="sk_bookmark_as">Bookmark in other account</string>
<string name="sk_bookmarked_as">Bookmarked as %s</string>
<string name="sk_already_bookmarked">Already bookmarked</string>
<string name="sk_favorite_as">Favorite from other account</string>
<string name="sk_favorited_as">Favorited as %s</string>
<string name="sk_already_favorited">Already favorited</string>
<string name="sk_reblog_as">Reblog from other account</string>
<string name="sk_reblogged_as">Reblogged as %s</string>
<string name="sk_already_reblogged">Already reblogged</string>
<string name="sk_reply_as">Reply with other account</string>
</resources>

View File

@@ -366,7 +366,7 @@
<item name="android:textColor">?android:textColorPrimary</item>
<item name="android:textSize">24dp</item>
<item name="android:minHeight">38dp</item>
<item name="android:gravity">bottom</item>
<item name="android:gravity">center_vertical</item>
</style>
<style name="m3_body_large">